Pkcs12SafeBag Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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. |
Equals(Object) |
Determines whether the specified object is equal to the current object. (Inherited from Object) |
GetBagId() |
Gets the Object Identifier (OID) identifying the content type of this SafeBag. |
GetHashCode() |
Serves as the default hash function. (Inherited from Object) |
GetType() |
Gets the Type of the current instance. (Inherited from Object) |
MemberwiseClone() |
Creates a shallow copy of the current Object. (Inherited from Object) |
ToString() |
Returns a string that represents the current object. (Inherited from Object) |
TryEncode(Span<Byte>, Int32) |
Attempts to encode the SafeBag value into a provided buffer. |