แก้ไข

แชร์ผ่าน


Pkcs12Info Class

Definition

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.

VerifyMac(ReadOnlySpan<Char>)

Attempts to verify the integrity of the AuthenticatedSafe contents with a password represented by a System.ReadOnlySpan{System.Char}.

VerifyMac(String)

Attempts to verify the integrity of the AuthenticatedSafe contents with a password represented by a String.

Applies to