Pkcs12Info クラス

定義

PKCS#12 PFX コンテンツのデータを表します。 このクラスは継承できません。

public ref class Pkcs12Info sealed
public sealed class Pkcs12Info
type Pkcs12Info = class
Public NotInheritable Class Pkcs12Info
継承
Pkcs12Info

プロパティ

名前 説明
AuthenticatedSafe

PFX AuthenticatedSafe に存在する SafeContents 値の読み取り専用コレクションを取得します。

IntegrityMode

AuthenticatedSafeコンテンツに対して提供される改ざん防止の種類を示す値を取得します。

メソッド

名前 説明
Decode(ReadOnlyMemory<Byte>, Int32, Boolean)

指定されたデータを PKCS#12 PFX として読み取り、内容のオブジェクト ビューを返します。

VerifyMac(ReadOnlySpan<Char>)

System.ReadOnlySpan{System.Char}で表されるパスワードを使用して、AuthenticatedSafeコンテンツの整合性の検証を試みます。

VerifyMac(String)

Stringで表されるパスワードを使用して、AuthenticatedSafeコンテンツの整合性の検証を試みます。

適用対象