Pkcs12SecretBag 类
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
表示 PKCS#12 中的 SecretBag,即内容为包含类型标识符的任意数据的容器。 此类不能被继承。
public ref class Pkcs12SecretBag sealed : System::Security::Cryptography::Pkcs::Pkcs12SafeBag
public sealed class Pkcs12SecretBag : System.Security.Cryptography.Pkcs.Pkcs12SafeBag
type Pkcs12SecretBag = class
inherit Pkcs12SafeBag
Public NotInheritable Class Pkcs12SecretBag
Inherits Pkcs12SafeBag
- 继承
属性
Attributes |
获取要使用 SafeBag 值编码的属性的可修改集合。 (继承自 Pkcs12SafeBag) |
EncodedBagValue |
获取此 SafeBag 内容的 ASN.1 BER 编码。 (继承自 Pkcs12SafeBag) |
SecretValue |
获取包含包的 BER 编码内容的内存值。 |
方法
Encode() |
对 SafeBag 值进行编码并将它作为字节数组返回。 (继承自 Pkcs12SafeBag) |
Equals(Object) |
确定指定对象是否等于当前对象。 (继承自 Object) |
GetBagId() |
获取标识此 SafeBag 的内容类型的对象标识符 (OID)。 (继承自 Pkcs12SafeBag) |
GetHashCode() |
作为默认哈希函数。 (继承自 Object) |
GetSecretType() |
获取标识机密值的数据类型的对象标识符 (OID)。 |
GetType() |
获取当前实例的 Type。 (继承自 Object) |
MemberwiseClone() |
创建当前 Object 的浅表副本。 (继承自 Object) |
ToString() |
返回表示当前对象的字符串。 (继承自 Object) |
TryEncode(Span<Byte>, Int32) |
尝试将 SafeBag 值编码到提供的缓冲区中。 (继承自 Pkcs12SafeBag) |