CmsRecipientCollection 생성자

정의

CmsRecipientCollection 클래스의 인스턴스를 만듭니다.

오버로드

CmsRecipientCollection()

CmsRecipientCollection() 생성자는 CmsRecipientCollection 클래스의 인스턴스를 만듭니다.

CmsRecipientCollection(CmsRecipient)

CmsRecipientCollection(CmsRecipient) 생성자는 CmsRecipientCollection 클래스의 인스턴스를 만들고 지정된 수신자를 추가합니다.

CmsRecipientCollection(SubjectIdentifierType, X509Certificate2Collection)

CmsRecipientCollection(SubjectIdentifierType, X509Certificate2Collection) 생성자는 CmsRecipientCollection 클래스의 인스턴스를 만들고 수신자를 식별하는 인증서 집합과 지정된 주체 식별자를 기준으로 수신자를 추가합니다.

CmsRecipientCollection()

CmsRecipientCollection() 생성자는 CmsRecipientCollection 클래스의 인스턴스를 만듭니다.

public:
 CmsRecipientCollection();
public CmsRecipientCollection ();
Public Sub New ()

추가 정보

적용 대상

CmsRecipientCollection(CmsRecipient)

CmsRecipientCollection(CmsRecipient) 생성자는 CmsRecipientCollection 클래스의 인스턴스를 만들고 지정된 수신자를 추가합니다.

public:
 CmsRecipientCollection(System::Security::Cryptography::Pkcs::CmsRecipient ^ recipient);
public CmsRecipientCollection (System.Security.Cryptography.Pkcs.CmsRecipient recipient);
new System.Security.Cryptography.Pkcs.CmsRecipientCollection : System.Security.Cryptography.Pkcs.CmsRecipient -> System.Security.Cryptography.Pkcs.CmsRecipientCollection
Public Sub New (recipient As CmsRecipient)

매개 변수

recipient
CmsRecipient

지정된 CMS/PKCS #7 수신자를 나타내는 CmsRecipient 클래스의 인스턴스입니다.

추가 정보

적용 대상

CmsRecipientCollection(SubjectIdentifierType, X509Certificate2Collection)

CmsRecipientCollection(SubjectIdentifierType, X509Certificate2Collection) 생성자는 CmsRecipientCollection 클래스의 인스턴스를 만들고 수신자를 식별하는 인증서 집합과 지정된 주체 식별자를 기준으로 수신자를 추가합니다.

public:
 CmsRecipientCollection(System::Security::Cryptography::Pkcs::SubjectIdentifierType recipientIdentifierType, System::Security::Cryptography::X509Certificates::X509Certificate2Collection ^ certificates);
public CmsRecipientCollection (System.Security.Cryptography.Pkcs.SubjectIdentifierType recipientIdentifierType, System.Security.Cryptography.X509Certificates.X509Certificate2Collection certificates);
new System.Security.Cryptography.Pkcs.CmsRecipientCollection : System.Security.Cryptography.Pkcs.SubjectIdentifierType * System.Security.Cryptography.X509Certificates.X509Certificate2Collection -> System.Security.Cryptography.Pkcs.CmsRecipientCollection
Public Sub New (recipientIdentifierType As SubjectIdentifierType, certificates As X509Certificate2Collection)

매개 변수

recipientIdentifierType
SubjectIdentifierType

주체 식별자의 형식을 지정하는 SubjectIdentifierType 열거형의 멤버입니다.

certificates
X509Certificate2Collection

수신자를 식별하는 인증서가 포함된 X509Certificate2Collection 컬렉션입니다.

추가 정보

적용 대상