프로퍼티 | 타입 | 설명 | |
---|---|---|---|
Algorithms | CryptoAlgorithm[] |
메소드 | 설명 | |
---|---|---|
Add ( |
Add a cryptographic algorithm provider to the catalog
|
|
CryptoCatalog ( ) : System |
Create and populate a new catalog of cryptographic algorithms including the default providers for all the standard algorithms.
|
|
Get ( CryptoAlgorithmID ID ) : CryptoProvider |
Get a cryptographic provider by algorithm identifier
|
|
Get ( CryptoAlgorithmID ID, CryptoAlgorithmID Bulk ) : CryptoProvider |
Get a cryptographic provider by algorithm identifier
|
|
GetAsymmetric ( CryptoAlgorithmID ID ) : CryptoProviderAsymmetric |
Get a cryptographic provider by algorithm identifier
|
|
GetAuthentication ( CryptoAlgorithmID ID ) : CryptoProviderAuthentication |
Get a cryptographic provider by algorithm identifier
|
|
GetBits ( int Bits ) : byte[] |
Returns a byte array with the specified number of random bits.
|
|
GetBytes ( int Bytes ) : byte[] |
Returns a byte array with the specified number of random bytes.
|
|
GetDigest ( CryptoAlgorithmID ID ) : CryptoProviderDigest |
Get a cryptographic provider by algorithm identifier
|
|
GetEncryption ( CryptoAlgorithmID ID ) : CryptoProviderEncryption |
Get a cryptographic provider by algorithm identifier
|
|
GetExchange ( CryptoAlgorithmID ID ) : CryptoProviderExchange |
Get a cryptographic provider by algorithm identifier
|
|
GetExchange ( CryptoAlgorithmID Signature, CryptoAlgorithmID Digest ) : CryptoProviderExchange |
Get a signature provider by algorithm identifier
|
|
GetExchange ( string UDF ) : CryptoProviderExchange |
Get an exchange provider by key fingerprint.
|
|
GetSignature ( CryptoAlgorithmID ID ) : CryptoProviderSignature |
Get a cryptographic provider by algorithm identifier
|
|
GetSignature ( CryptoAlgorithmID Signature, CryptoAlgorithmID Digest ) : CryptoProviderSignature |
Get a signature provider by algorithm identifier
|
|
GetSignature ( string UDF ) : CryptoProviderSignature |
Get a signature provider by key fingerprint.
|
메소드 | 설명 | |
---|---|---|
OrDefault ( CryptoAlgorithmID Value, CryptoAlgorithmID Default ) : CryptoAlgorithmID | ||
SetDefault ( CryptoAlgorithmID &Current, CryptoAlgorithm New, CryptoAlgorithmID ID, CryptoAlgorithmClass Class ) : void |
public Add ( |
||
CryptoProvider | ||
리턴 | void |
public Get ( CryptoAlgorithmID ID ) : CryptoProvider | ||
ID | CryptoAlgorithmID | Principal algorithm identifier. |
리턴 | CryptoProvider |
public Get ( CryptoAlgorithmID ID, CryptoAlgorithmID Bulk ) : CryptoProvider | ||
ID | CryptoAlgorithmID | Principal algorithm identifier. |
Bulk | CryptoAlgorithmID | Bulk algorithm identifier. |
리턴 | CryptoProvider |
public GetAsymmetric ( CryptoAlgorithmID ID ) : CryptoProviderAsymmetric | ||
ID | CryptoAlgorithmID | Algorithm identifier |
리턴 | CryptoProviderAsymmetric |
public GetAuthentication ( CryptoAlgorithmID ID ) : CryptoProviderAuthentication | ||
ID | CryptoAlgorithmID | Algorithm identifier |
리턴 | CryptoProviderAuthentication |
public static GetBytes ( int Bytes ) : byte[] | ||
Bytes | int | Number of bytes |
리턴 | byte[] |
public GetDigest ( CryptoAlgorithmID ID ) : CryptoProviderDigest | ||
ID | CryptoAlgorithmID | Algorithm identifier |
리턴 | CryptoProviderDigest |
public GetEncryption ( CryptoAlgorithmID ID ) : CryptoProviderEncryption | ||
ID | CryptoAlgorithmID | Algorithm identifier |
리턴 | CryptoProviderEncryption |
public GetExchange ( CryptoAlgorithmID ID ) : CryptoProviderExchange | ||
ID | CryptoAlgorithmID | Algorithm identifier |
리턴 | CryptoProviderExchange |
public GetExchange ( CryptoAlgorithmID Signature, CryptoAlgorithmID Digest ) : CryptoProviderExchange | ||
Signature | CryptoAlgorithmID | Signature algorithm identifier. |
Digest | CryptoAlgorithmID | Digest algorithm identifer. |
리턴 | CryptoProviderExchange |
public GetExchange ( string UDF ) : CryptoProviderExchange | ||
UDF | string | Fingerprint of key |
리턴 | CryptoProviderExchange |
public GetSignature ( CryptoAlgorithmID ID ) : CryptoProviderSignature | ||
ID | CryptoAlgorithmID | Algorithm identifier |
리턴 | CryptoProviderSignature |
public GetSignature ( CryptoAlgorithmID Signature, CryptoAlgorithmID Digest ) : CryptoProviderSignature | ||
Signature | CryptoAlgorithmID | Signature algorithm identifier. |
Digest | CryptoAlgorithmID | Digest algorithm identifer. |
리턴 | CryptoProviderSignature |
public GetSignature ( string UDF ) : CryptoProviderSignature | ||
UDF | string | Fingerprint of key |
리턴 | CryptoProviderSignature |