X509Certificate2Collection.RemoveRange 메서드
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
X509Certificate2 개체에서 여러 X509Certificate2Collection 개체를 제거합니다.
오버로드
RemoveRange(X509Certificate2[]) |
X509Certificate2 개체에서 배열의 여러 X509Certificate2Collection 개체를 제거합니다. |
RemoveRange(X509Certificate2Collection) |
다른 X509Certificate2 개체에서 X509Certificate2Collection 개체의 여러 X509Certificate2Collection 개체를 제거합니다. |
RemoveRange(X509Certificate2[])
X509Certificate2 개체에서 배열의 여러 X509Certificate2Collection 개체를 제거합니다.
public:
void RemoveRange(cli::array <System::Security::Cryptography::X509Certificates::X509Certificate2 ^> ^ certificates);
public void RemoveRange (System.Security.Cryptography.X509Certificates.X509Certificate2[] certificates);
member this.RemoveRange : System.Security.Cryptography.X509Certificates.X509Certificate2[] -> unit
Public Sub RemoveRange (certificates As X509Certificate2())
매개 변수
- certificates
- X509Certificate2[]
X509Certificate2 개체의 배열입니다.
예외
certificates
이(가) null
인 경우
설명
개체에서 제거할 개체 배열 X509Certificate2 이 있는 경우 이 메서드를 X509Certificate2Collection 사용합니다. 및 RemoveRange 메서드는 AddRange 트랜잭션으로 요청을 처리하므로 단일 추가 또는 제거가 실패하면 전체 작업이 중단됩니다.
적용 대상
RemoveRange(X509Certificate2Collection)
다른 X509Certificate2 개체에서 X509Certificate2Collection 개체의 여러 X509Certificate2Collection 개체를 제거합니다.
public:
void RemoveRange(System::Security::Cryptography::X509Certificates::X509Certificate2Collection ^ certificates);
public void RemoveRange (System.Security.Cryptography.X509Certificates.X509Certificate2Collection certificates);
member this.RemoveRange : System.Security.Cryptography.X509Certificates.X509Certificate2Collection -> unit
Public Sub RemoveRange (certificates As X509Certificate2Collection)
매개 변수
- certificates
- X509Certificate2Collection
X509Certificate2Collection 개체입니다.
예외
certificates
이(가) null
인 경우
설명
다른 X509Certificate2Collection 개체에서 제거하려는 개체에 X509Certificate2Collection 인증서가 있는 경우 이 메서드를 사용합니다. 및 RemoveRange 메서드는 AddRange 트랜잭션으로 요청을 처리하므로 단일 추가 또는 제거가 실패하면 전체 작업이 중단됩니다.
적용 대상
.NET