RecipientInfoEnumerator.Current Property

Definition

The Current property retrieves the current RecipientInfo object from the RecipientInfoCollection collection.

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

Property Value

A RecipientInfo object that represents the current recipient information structure in the RecipientInfoCollection collection.

Applies to

See also