다음을 통해 공유


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(개체 식별자) 값입니다.

적용 대상