Share via


RecipientInfoEnumerator.Current Proprietà

Definizione

La proprietà Current recupera l'oggetto RecipientInfo corrente dall'insieme RecipientInfoCollection.

public:
 property System::Security::Cryptography::Pkcs::RecipientInfo ^ Current { System::Security::Cryptography::Pkcs::RecipientInfo ^ get(); };
public System.Security.Cryptography.Pkcs.RecipientInfo Current { get; }
member this.Current : System.Security.Cryptography.Pkcs.RecipientInfo
Public ReadOnly Property Current As RecipientInfo

Valore della proprietà

Oggetto RecipientInfo che rappresenta la struttura di informazioni sul destinatario corrente nell'insieme RecipientInfoCollection.

Si applica a

Vedi anche