ICryptSignerGetAlgorithmIdentifier Method
Gets ASN-encoded algorithm identifier based on current configuration.
Namespace: SysadminsLV.PKI.CryptographyAssembly: SysadminsLV.PKI (in SysadminsLV.PKI.dll) Version: 4.0.1
AlgorithmIdentifier GetAlgorithmIdentifier(
bool alternate = false
)
Function GetAlgorithmIdentifier (
Optional alternate As Boolean = false
) As AlgorithmIdentifier
AlgorithmIdentifier^ GetAlgorithmIdentifier(
bool alternate = false
)
abstract GetAlgorithmIdentifier :
?alternate : bool
(* Defaults:
let _alternate = defaultArg alternate false
*)
-> AlgorithmIdentifier
- alternate Boolean (Optional)
-
Specifies whether alternate signature format is used. This parameter has meaning only for
ECDSA keys. Otherwise, the parameter is ignored. Default value is false.
AlgorithmIdentifierASN-encoded algorithm identifier.