共用方式為


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 為 。

適用於