[Missing <summary> documentation for "M:BasicCard.BasicCards.AbstractBasicCardService.InternalAuthenticate(System.String,BasicCard.BasicCards.CryptAlgo)"]
Namespace: BasicCard.BasicCardsAssembly: BasicCard (in BasicCard.dll) Version: 2.5.2.0 (2.5.2.0)
Syntax
C# |
---|
protected virtual void InternalAuthenticate(
string keyComponent,
CryptAlgo algorithm
) |
Visual Basic |
---|
Protected Overridable Sub InternalAuthenticate (
keyComponent As String,
algorithm As CryptAlgo
) |
Visual C++ |
---|
protected:
virtual void InternalAuthenticate(
String^ keyComponent,
CryptAlgo algorithm
) |
F# |
---|
abstract InternalAuthenticate :
keyComponent : string *
algorithm : CryptAlgo -> unit
override InternalAuthenticate :
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