Namespace: BasicCard.BasicCards
Assembly: BasicCard (in BasicCard.dll) Version: 2.5.2.0 (2.5.2.0)

Syntax

C#
public void ExternalAuthenticate(
	string keyComponent,
	CryptAlgo algorithm
)
Visual Basic
Public Sub ExternalAuthenticate ( 
	keyComponent As String,
	algorithm As CryptAlgo
)
Visual C++
public:
void ExternalAuthenticate(
	String^ keyComponent, 
	CryptAlgo algorithm
)
F#
member ExternalAuthenticate : 
        keyComponent : string * 
        algorithm : CryptAlgo -> unit 

Parameters

keyComponent
Type: System..::..String

[Missing <param name="keyComponent"/> documentation for "M:BasicCard.BasicCards.BasicCardService.ExternalAuthenticate(System.String,BasicCard.BasicCards.CryptAlgo)"]

algorithm
Type: BasicCard.BasicCards..::..CryptAlgo

[Missing <param name="algorithm"/> documentation for "M:BasicCard.BasicCards.BasicCardService.ExternalAuthenticate(System.String,BasicCard.BasicCards.CryptAlgo)"]

See Also