共用方式為


Pkcs8PrivateKeyInfo.AlgorithmId 屬性

定義

取得識別此金鑰所適用之演算法的物件識別碼 (OID) 值。

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

屬性值

Oid

物件識別碼 (OID) 值,用來識別此金鑰的演算法。

適用於