C# 클래스 System.Security.Cryptography.X509Certificates.X509CertificateCollection

상속: System.Collections.CollectionBase
파일 보기 프로젝트 열기: dotnet/corefx 1 사용 예제들

공개 메소드들

메소드 설명
Add ( System value ) : int
Add ( X509Certificate value ) : int
AddRange ( System value ) : void
AddRange ( X509Certificate value ) : void
AddRange ( X509CertificateCollection value ) : void
Contains ( System value ) : bool
Contains ( X509Certificate value ) : bool
CopyTo ( System array, int index ) : void
CopyTo ( X509Certificate array, int index ) : void
GetEnumerator ( ) : System.Security.Cryptography.X509Certificates.X509CertificateCollection.X509CertificateEnumerator
GetEnumerator ( ) : X509CertificateEnumerator
GetHashCode ( ) : int
IndexOf ( System value ) : int
IndexOf ( X509Certificate value ) : int
Insert ( int index, System value ) : void
Insert ( int index, X509Certificate value ) : void
Remove ( System value ) : void
Remove ( X509Certificate value ) : void
X509CertificateCollection ( )
X509CertificateCollection ( System value )
X509CertificateCollection ( ) : System.Collections
X509CertificateCollection ( X509Certificate value ) : System.Collections
X509CertificateCollection ( X509CertificateCollection value ) : System.Collections
this ( int index ) : System.Security.Cryptography.X509Certificates.X509Certificate
this ( int index ) : X509Certificate

보호된 메소드들

메소드 설명
OnValidate ( object value ) : void

메소드 상세

Add() 공개 메소드

public Add ( System value ) : int
value System
리턴 int

Add() 공개 메소드

public Add ( X509Certificate value ) : int
value X509Certificate
리턴 int

AddRange() 공개 메소드

public AddRange ( System value ) : void
value System
리턴 void

AddRange() 공개 메소드

public AddRange ( X509Certificate value ) : void
value X509Certificate
리턴 void

AddRange() 공개 메소드

public AddRange ( X509CertificateCollection value ) : void
value X509CertificateCollection
리턴 void

Contains() 공개 메소드

public Contains ( System value ) : bool
value System
리턴 bool

Contains() 공개 메소드

public Contains ( X509Certificate value ) : bool
value X509Certificate
리턴 bool

CopyTo() 공개 메소드

public CopyTo ( System array, int index ) : void
array System
index int
리턴 void

CopyTo() 공개 메소드

public CopyTo ( X509Certificate array, int index ) : void
array X509Certificate
index int
리턴 void

GetEnumerator() 공개 메소드

public GetEnumerator ( ) : System.Security.Cryptography.X509Certificates.X509CertificateCollection.X509CertificateEnumerator
리턴 System.Security.Cryptography.X509Certificates.X509CertificateCollection.X509CertificateEnumerator

GetEnumerator() 공개 메소드

public GetEnumerator ( ) : X509CertificateEnumerator
리턴 X509CertificateEnumerator

GetHashCode() 공개 메소드

public GetHashCode ( ) : int
리턴 int

IndexOf() 공개 메소드

public IndexOf ( System value ) : int
value System
리턴 int

IndexOf() 공개 메소드

public IndexOf ( X509Certificate value ) : int
value X509Certificate
리턴 int

Insert() 공개 메소드

public Insert ( int index, System value ) : void
index int
value System
리턴 void

Insert() 공개 메소드

public Insert ( int index, X509Certificate value ) : void
index int
value X509Certificate
리턴 void

OnValidate() 보호된 메소드

protected OnValidate ( object value ) : void
value object
리턴 void

Remove() 공개 메소드

public Remove ( System value ) : void
value System
리턴 void

Remove() 공개 메소드

public Remove ( X509Certificate value ) : void
value X509Certificate
리턴 void

X509CertificateCollection() 공개 메소드

X509CertificateCollection() 공개 메소드

public X509CertificateCollection ( System value )
value System

X509CertificateCollection() 공개 메소드

public X509CertificateCollection ( ) : System.Collections
리턴 System.Collections

X509CertificateCollection() 공개 메소드

public X509CertificateCollection ( X509Certificate value ) : System.Collections
value X509Certificate
리턴 System.Collections

X509CertificateCollection() 공개 메소드

public X509CertificateCollection ( X509CertificateCollection value ) : System.Collections
value X509CertificateCollection
리턴 System.Collections

this() 공개 메소드

public this ( int index ) : System.Security.Cryptography.X509Certificates.X509Certificate
index int
리턴 System.Security.Cryptography.X509Certificates.X509Certificate

this() 공개 메소드

public this ( int index ) : X509Certificate
index int
리턴 X509Certificate