Pkcs12Info 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.
Represents the data from PKCS#12 PFX contents. This class cannot be inherited.
public ref class Pkcs12Info sealed
public sealed class Pkcs12Info
type Pkcs12Info = class
Public NotInheritable Class Pkcs12Info
- Inheritance
-
Pkcs12Info
Properties
AuthenticatedSafe |
Gets a read-only collection of the SafeContents values present in the PFX AuthenticatedSafe. |
IntegrityMode |
Gets a value that indicates the type of tamper protection provided for the AuthenticatedSafe contents. |
Methods
Decode(ReadOnlyMemory<Byte>, Int32, Boolean) |
Reads the provided data as a PKCS#12 PFX and returns an object view of the contents. |
Equals(Object) |
Determines whether the specified object is equal to the current object. (Inherited from Object) |
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) |
VerifyMac(ReadOnlySpan<Char>) |
Attempts to verify the integrity of the AuthenticatedSafe contents with a password represented by a |
VerifyMac(String) |
Attempts to verify the integrity of the AuthenticatedSafe contents with a password represented by a String. |