Pkcs9SigningTime 类
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
定义签名的签名日期和时间。 Pkcs9SigningTime当经过身份验证的CmsSigner日期和时间与数字签名一起时,对象可用作 对象的经过身份验证的属性。
public ref class Pkcs9SigningTime sealed : System::Security::Cryptography::Pkcs::Pkcs9AttributeObject
public sealed class Pkcs9SigningTime : System.Security.Cryptography.Pkcs.Pkcs9AttributeObject
type Pkcs9SigningTime = class
inherit Pkcs9AttributeObject
Public NotInheritable Class Pkcs9SigningTime
Inherits Pkcs9AttributeObject
- 继承
注解
CAPICOM 中还提供了签名时间属性。 有关详细信息,请参阅 CAPICOM_ATTRIBUTE。
构造函数
Pkcs9SigningTime() |
Pkcs9SigningTime() 构造函数创建 Pkcs9SigningTime 类的实例。 |
Pkcs9SigningTime(Byte[]) |
Pkcs9SigningTime(Byte[]) 构造函数通过使用指定的字节值数组作为 CMS/PKCS #7 消息内容的编码签名日期和时间来创建 Pkcs9SigningTime 类的实例。 |
Pkcs9SigningTime(DateTime) |
Pkcs9SigningTime(DateTime) 构造函数通过使用指定的签名日期和时间创建 Pkcs9SigningTime 类的实例。 |
属性
Oid |
获取 Oid 对象,该对象表示与此 Pkcs9AttributeObject 对象相关联的特性类型。 (继承自 Pkcs9AttributeObject) |
RawData |
获取或设置以字节数组表示的 Abstract Syntax Notation One (ASN.1) 编码数据。 (继承自 AsnEncodedData) |
SigningTime |
SigningTime 属性检索表示消息签名日期和时间的 DateTime 结构。 |
方法
CopyFrom(AsnEncodedData) |
从 AsnEncodedData 对象复制信息。 |
Equals(Object) |
确定指定对象是否等于当前对象。 (继承自 Object) |
Format(Boolean) |
将 Abstract Syntax Notation One (ASN.1) 编码数据的格式化版本作为字符串返回。 (继承自 AsnEncodedData) |
GetHashCode() |
作为默认哈希函数。 (继承自 Object) |
GetType() |
获取当前实例的 Type。 (继承自 Object) |
MemberwiseClone() |
创建当前 Object 的浅表副本。 (继承自 Object) |
ToString() |
返回表示当前对象的字符串。 (继承自 Object) |