SignedCms.Version Propriedade

Definição

A propriedade Version recupera a versão da mensagem CMS/PKCS #7.The Version property retrieves the version of the CMS/PKCS #7 message.

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

Valor da propriedade

Int32

Um valor int que representa a versão de mensagem #7 CMS/PKCS.An int value that represents the CMS/PKCS #7 message version.

Comentários

A versão determina se a mensagem é uma mensagem de #7 PKCS ou uma mensagem de CMS (sintaxe de mensagem criptografada).The version determines whether the message is a PKCS #7 message or a Cryptographic Message Syntax (CMS) message. CMS é um superconjunto mais recente de #7 PKCS.CMS is a newer superset of PKCS #7.

Aplica-se a

Confira também