RecipientInfoEnumerator.Current Property   
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.RecipientInfoPublic ReadOnly Property Current As RecipientInfoProperty Value
A RecipientInfo object that represents the current recipient information structure in the RecipientInfoCollection collection.