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,返回内容的对象视图。

Equals(Object)

确定指定对象是否等于当前对象。

(继承自 Object)
GetHashCode()

作为默认哈希函数。

(继承自 Object)
GetType()

获取当前实例的 Type

(继承自 Object)
MemberwiseClone()

创建当前 Object 的浅表副本。

(继承自 Object)
ToString()

返回表示当前对象的字符串。

(继承自 Object)
VerifyMac(ReadOnlySpan<Char>)

尝试使用由 System.ReadOnlySpan{System.Char} 表示的密码验证 AuthenticatedSafe 内容的完整性。

VerifyMac(String)

尝试使用由 String 表示的密码验证 AuthenticatedSafe 内容的完整性。

适用于