Pkcs12SafeBag.EncodedBagValue 属性
定义
获取此 SafeBag 内容的 ASN.1 BER 编码。Gets the ASN.1 BER encoding of the contents of this SafeBag.
public:
property ReadOnlyMemory<System::Byte> EncodedBagValue { ReadOnlyMemory<System::Byte> get(); };
public ReadOnlyMemory<byte> EncodedBagValue { get; }
member this.EncodedBagValue : ReadOnlyMemory<byte>
Public ReadOnly Property EncodedBagValue As ReadOnlyMemory(Of Byte)
属性值
此 SafeBag 内容的 ASN BER 编码。The ASN.1 BER encoding of the contents of this SafeBag.
注解
在编码的结构中,SafeBag. bagValue 值标记为 [0] EXPLICIT 。In the encoded structure, the SafeBag.bagValue value is tagged as [0] EXPLICIT. 此属性的值只是显式标记中的内容。The value of this property is only the contents within the explicit tag.
显式标记由或自动应用 Encode() TryEncode ,在和类似的方法中会将其删除 Decode 。The explicit tag is automatically applied by Encode() or TryEncode, and is removed during Decode and similar methods.