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 当前收件人信息结构。

适用于

另请参阅