C# Class System.Security.Cryptography.X509Certificates.X509Certificate2Collection

Inheritance: X509CertificateCollection
Afficher le fichier Open project: dotnet/corefx Class Usage Examples

Méthodes publiques

Méthode Description
Add ( System certificate ) : int
Add ( X509Certificate2 certificate ) : int
AddRange ( System certificates ) : void
AddRange ( X509Certificate2 certificates ) : void
AddRange ( X509Certificate2Collection certificates ) : void
Contains ( System certificate ) : bool
Contains ( X509Certificate2 certificate ) : bool
Export ( System contentType ) : byte[]
Export ( System contentType, string password ) : byte[]
Export ( X509ContentType contentType ) : byte[]
Export ( X509ContentType contentType, string password ) : byte[]
Find ( System findType, object findValue, bool validOnly ) : System.Security.Cryptography.X509Certificates.X509Certificate2Collection
Find ( X509FindType findType, object findValue, bool validOnly ) : X509Certificate2Collection
GetEnumerator ( ) : System.Security.Cryptography.X509Certificates.X509Certificate2Enumerator
GetEnumerator ( ) : X509Certificate2Enumerator
Import ( byte rawData ) : void
Import ( byte rawData, string password, System keyStorageFlags ) : void
Import ( byte rawData, string password, X509KeyStorageFlags keyStorageFlags ) : void
Import ( string fileName ) : void
Import ( string fileName, string password, System keyStorageFlags ) : void
Import ( string fileName, string password, X509KeyStorageFlags keyStorageFlags ) : void
Insert ( int index, System certificate ) : void
Insert ( int index, X509Certificate2 certificate ) : void
Remove ( System certificate ) : void
Remove ( X509Certificate2 certificate ) : void
RemoveRange ( System certificates ) : void
RemoveRange ( X509Certificate2 certificates ) : void
RemoveRange ( X509Certificate2Collection certificates ) : void
X509Certificate2Collection ( )
X509Certificate2Collection ( System certificate )
X509Certificate2Collection ( ) : Internal.Cryptography.Pal
X509Certificate2Collection ( X509Certificate2 certificate ) : Internal.Cryptography.Pal
X509Certificate2Collection ( X509Certificate2Collection certificates ) : Internal.Cryptography.Pal
this ( int index ) : System.Security.Cryptography.X509Certificates.X509Certificate2
this ( int index ) : X509Certificate2

Method Details

Add() public méthode

public Add ( System certificate ) : int
certificate System
Résultat int

Add() public méthode

public Add ( X509Certificate2 certificate ) : int
certificate X509Certificate2
Résultat int

AddRange() public méthode

public AddRange ( System certificates ) : void
certificates System
Résultat void

AddRange() public méthode

public AddRange ( X509Certificate2 certificates ) : void
certificates X509Certificate2
Résultat void

AddRange() public méthode

public AddRange ( X509Certificate2Collection certificates ) : void
certificates X509Certificate2Collection
Résultat void

Contains() public méthode

public Contains ( System certificate ) : bool
certificate System
Résultat bool

Contains() public méthode

public Contains ( X509Certificate2 certificate ) : bool
certificate X509Certificate2
Résultat bool

Export() public méthode

public Export ( System contentType ) : byte[]
contentType System
Résultat byte[]

Export() public méthode

public Export ( System contentType, string password ) : byte[]
contentType System
password string
Résultat byte[]

Export() public méthode

public Export ( X509ContentType contentType ) : byte[]
contentType X509ContentType
Résultat byte[]

Export() public méthode

public Export ( X509ContentType contentType, string password ) : byte[]
contentType X509ContentType
password string
Résultat byte[]

Find() public méthode

public Find ( System findType, object findValue, bool validOnly ) : System.Security.Cryptography.X509Certificates.X509Certificate2Collection
findType System
findValue object
validOnly bool
Résultat System.Security.Cryptography.X509Certificates.X509Certificate2Collection

Find() public méthode

public Find ( X509FindType findType, object findValue, bool validOnly ) : X509Certificate2Collection
findType X509FindType
findValue object
validOnly bool
Résultat X509Certificate2Collection

GetEnumerator() public méthode

public GetEnumerator ( ) : System.Security.Cryptography.X509Certificates.X509Certificate2Enumerator
Résultat System.Security.Cryptography.X509Certificates.X509Certificate2Enumerator

GetEnumerator() public méthode

public GetEnumerator ( ) : X509Certificate2Enumerator
Résultat X509Certificate2Enumerator

Import() public méthode

public Import ( byte rawData ) : void
rawData byte
Résultat void

Import() public méthode

public Import ( byte rawData, string password, System keyStorageFlags ) : void
rawData byte
password string
keyStorageFlags System
Résultat void

Import() public méthode

public Import ( byte rawData, string password, X509KeyStorageFlags keyStorageFlags ) : void
rawData byte
password string
keyStorageFlags X509KeyStorageFlags
Résultat void

Import() public méthode

public Import ( string fileName ) : void
fileName string
Résultat void

Import() public méthode

public Import ( string fileName, string password, System keyStorageFlags ) : void
fileName string
password string
keyStorageFlags System
Résultat void

Import() public méthode

public Import ( string fileName, string password, X509KeyStorageFlags keyStorageFlags ) : void
fileName string
password string
keyStorageFlags X509KeyStorageFlags
Résultat void

Insert() public méthode

public Insert ( int index, System certificate ) : void
index int
certificate System
Résultat void

Insert() public méthode

public Insert ( int index, X509Certificate2 certificate ) : void
index int
certificate X509Certificate2
Résultat void

Remove() public méthode

public Remove ( System certificate ) : void
certificate System
Résultat void

Remove() public méthode

public Remove ( X509Certificate2 certificate ) : void
certificate X509Certificate2
Résultat void

RemoveRange() public méthode

public RemoveRange ( System certificates ) : void
certificates System
Résultat void

RemoveRange() public méthode

public RemoveRange ( X509Certificate2 certificates ) : void
certificates X509Certificate2
Résultat void

RemoveRange() public méthode

public RemoveRange ( X509Certificate2Collection certificates ) : void
certificates X509Certificate2Collection
Résultat void

X509Certificate2Collection() public méthode

X509Certificate2Collection() public méthode

public X509Certificate2Collection ( System certificate )
certificate System

X509Certificate2Collection() public méthode

public X509Certificate2Collection ( ) : Internal.Cryptography.Pal
Résultat Internal.Cryptography.Pal

X509Certificate2Collection() public méthode

public X509Certificate2Collection ( X509Certificate2 certificate ) : Internal.Cryptography.Pal
certificate X509Certificate2
Résultat Internal.Cryptography.Pal

X509Certificate2Collection() public méthode

public X509Certificate2Collection ( X509Certificate2Collection certificates ) : Internal.Cryptography.Pal
certificates X509Certificate2Collection
Résultat Internal.Cryptography.Pal

this() public méthode

public this ( int index ) : System.Security.Cryptography.X509Certificates.X509Certificate2
index int
Résultat System.Security.Cryptography.X509Certificates.X509Certificate2

this() public méthode

public this ( int index ) : X509Certificate2
index int
Résultat X509Certificate2