Share via


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アルゴリズムを表す オブジェクト。

適用対象

こちらもご覧ください