SubjectIdentifier.PublicKeyAlgorithm Property
Namespace: Rebex.Security.Cryptography.Pkcs
Assembly: Rebex.Common.dll (version 7.0.9083)
PublicKeyAlgorithm
Gets the public algorithm of the certificate if this subject identifier is identified by the public key. Otherwise, this property will return null.
Declaration
public AlgorithmIdentifier PublicKeyAlgorithm { get; }
Property Value
Type | Description |
---|---|
AlgorithmIdentifier | Certificate public key algorithm. |