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))

属性值

Nullable<ReadOnlyMemory<Byte>>

包含与此键关联的 BER 编码算法参数的内存值,或者 null 不存在任何参数。

适用于