Language

Pkcs8PrivateKeyInfo.AlgorithmParameters プロパティ

定義

このキーに関連付けられている BER でエンコードされたアルゴリズム パラメーターを含むメモリ値を取得します。

public:
 property Nullable<ReadOnlyMemory<System::Byte>> AlgorithmParameters { Nullable<ReadOnlyMemory<System::Byte>> get(); };
public ReadOnlyMemory<byte>? AlgorithmParameters { get; }
member this.AlgorithmParameters : Nullable<ReadOnlyMemory<byte>>
Public ReadOnly Property AlgorithmParameters As Nullable(Of ReadOnlyMemory(Of Byte))

プロパティ値

このキーに関連付けられた BER でエンコードされたアルゴリズム パラメーターを含むメモリ値。パラメーターが存在しない場合は null 。

適用対象