[Missing <summary> documentation for "M:BasicCard.BasicCards.AbstractBasicCardService.ExternalAuthenticate(System.String,BasicCard.BasicCards.CryptAlgo)"]

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

Syntax

C#
protected virtual void ExternalAuthenticate(
	string keyComponent,
	CryptAlgo algorithm
)
Visual Basic
Protected Overridable Sub ExternalAuthenticate ( 
	keyComponent As String,
	algorithm As CryptAlgo
)
Visual C++
protected:
virtual void ExternalAuthenticate(
	String^ keyComponent, 
	CryptAlgo algorithm
)
F#
abstract ExternalAuthenticate : 
        keyComponent : string * 
        algorithm : CryptAlgo -> unit 
override ExternalAuthenticate : 
        keyComponent : string * 
        algorithm : CryptAlgo -> unit 

Parameters

keyComponent
Type: System..::..String
full qualified path of key component
algorithm
Type: BasicCard.BasicCards..::..CryptAlgo
algorithm id

See Also