PublicKeyInfo.Algorithm 属性

定义

Algorithm 属性检索与公钥关联的算法标识符。

public:
 property System::Security::Cryptography::Pkcs::AlgorithmIdentifier ^ Algorithm { System::Security::Cryptography::Pkcs::AlgorithmIdentifier ^ get(); };
public System.Security.Cryptography.Pkcs.AlgorithmIdentifier Algorithm { get; }
member this.Algorithm : System.Security.Cryptography.Pkcs.AlgorithmIdentifier
Public ReadOnly Property Algorithm As AlgorithmIdentifier

属性值

表示 AlgorithmIdentifier 算法的 对象。

适用于

另请参阅