Condividi tramite


RecipientInfo.RecipientIdentifier Proprietà

Definizione

La proprietà astratta RecipientIdentifier recupera l'identificatore del destinatario.

public:
 abstract property System::Security::Cryptography::Pkcs::SubjectIdentifier ^ RecipientIdentifier { System::Security::Cryptography::Pkcs::SubjectIdentifier ^ get(); };
public abstract System.Security.Cryptography.Pkcs.SubjectIdentifier RecipientIdentifier { get; }
member this.RecipientIdentifier : System.Security.Cryptography.Pkcs.SubjectIdentifier
Public MustOverride ReadOnly Property RecipientIdentifier As SubjectIdentifier

Valore della proprietà

Oggetto SubjectIdentifier che contiene l'identificatore del destinatario.

Commenti

Si tratta di una proprietà astratta sottoposta a override da KeyAgreeRecipientInfo e KeyTransRecipientInfo.

Si applica a

Vedi anche