Изменить

Поделиться через


Pkcs12SafeBag Class

Definition

Defines the core behavior of a SafeBag value from the PKCS#12 specification and provides a base for derived classes.

public ref class Pkcs12SafeBag abstract
public abstract class Pkcs12SafeBag
type Pkcs12SafeBag = class
Public MustInherit Class Pkcs12SafeBag
Inheritance
Pkcs12SafeBag
Derived

Constructors

Pkcs12SafeBag(String, ReadOnlyMemory<Byte>, Boolean)

Called from constructors in derived classes to initialize the Pkcs12SafeBag class.

Properties

Attributes

Gets the modifiable collection of attributes to encode with the SafeBag value.

EncodedBagValue

Gets the ASN.1 BER encoding of the contents of this SafeBag.

Methods

Encode()

Encodes the SafeBag value and returns it as a byte array.

GetBagId()

Gets the Object Identifier (OID) identifying the content type of this SafeBag.

TryEncode(Span<Byte>, Int32)

Attempts to encode the SafeBag value into a provided buffer.

Applies to