Note

Access to this page requires authorization. You can try signing in or .

Access to this page requires authorization. You can try .

Pkcs12Info Class

Definition

Namespace:
System.Security.Cryptography.Pkcs
Assembly:
System.Security.Cryptography.Pkcs.dll
Package:
System.Security.Cryptography.Pkcs v11.0.0-preview.5.26302.115
Source:
Pkcs12Info.cs
Source:
Pkcs12Info.cs
Source:
Pkcs12Info.cs
Source:
Pkcs12Info.cs
Source:
Pkcs12Info.cs
Source:
Pkcs12Info.cs
Source:
Pkcs12Info.cs
Source:
Pkcs12Info.cs
Source:
Pkcs12Info.cs

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

Name Description
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

Name Description
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


Feedback

Was this page helpful?