System::Security::Cryptography::X509Certificates::X509ExtensionCollection 클래스

X509ExtensionCollection class

확장 객체의 컬렉션입니다. 이 클래스의 객체는 System::MakeObject() 함수를 사용하여 할당해야 합니다. 스택에 인스턴스를 생성하거나 operator new를 사용하면 런타임 오류 및/또는 어설션 오류가 발생합니다. 항상 이 클래스를 System::SmartPtr 포인터로 래핑하고 해당 포인터를 함수 인수로 전달하십시오.

class X509ExtensionCollection : public System::Collections::Generic::List<SharedPtr<X509Extension>>

메서드

메서드설명
idx_get(const String&) const액세서. 구현되지 않음.
idx_get(int) const overrideRTTI 데이터.
X509ExtensionCollection()빈 컬렉션을 생성합니다.

또 보기