SignerInfo.Version 属性

定义

Version 属性检索签名者信息版本。The Version property retrieves the signer information version.

public:
 property int Version { int get(); };
public int Version { get; }
member this.Version : int
Public ReadOnly Property Version As Integer

属性值

Int32

指定签名者信息版本的整数值。An int value that specifies the signer information version.

注解

版本确定消息是否为 PKCS #7 消息或加密消息语法 (CMS) 消息。The version determines whether the message is a PKCS #7 message or a Cryptographic Message Syntax (CMS) message. CMS 是 PKCS #7 的新超集。CMS is a newer superset of PKCS #7.

适用于

另请参阅