RecipientInfoEnumerator.Current 属性

定义

Current 属性从 RecipientInfo 集合中检索当前的 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

属性值

表示 RecipientInfo 集合中当前收件人信息结构的 RecipientInfoCollection 对象。

适用于

另请参阅