CmsRecipientEnumerator.Current Proprietà

Definizione

La Current proprietà recupera l'oggetto corrente CmsRecipient dall'insieme CmsRecipientCollection .

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

Valore della proprietà

Oggetto CmsRecipient che rappresenta il destinatario corrente nell'insieme CmsRecipientCollection .

Si applica a

Vedi anche