Méthode | Description | |
---|---|---|
FindLocal ( string UDF ) : |
Find a KeyPair with the specified container fingerprint in the local key store.
|
|
GetPrivate ( ) : void |
Retrieve the private key from local storage.
|
|
Persist ( KeySecurity KeySecurity ) : void |
Makes a key persistent on the local machine with the specified level of protection.
|
|
RSAKeyPair ( |
Generate a KeyPair from a .NET Provider.
|
|
RSAKeyPair ( |
Generate a KeyPair from a .NET set of parameters.
|
|
RSAKeyPair ( int KeySize ) : System |
Generate an ephemeral RSA key with the specified key size.
|
|
RSAKeyPair ( int KeySize, bool Exportable ) : System |
Generate an ephemeral RSA key with the specified key size.
|
|
RSAKeyPair ( string UDF ) : System |
Create a new KeyPair with the specified container fingerprint.
|
Méthode | Description | |
---|---|---|
GetKeyInfo ( ) : SubjectPublicKeyInfo | ||
GetProvider ( ) : void | ||
PlatformLocateRSAProvider ( string UDF ) : |
Locate a key stored in the platform cryptographic key store.
|
public static FindLocal ( string UDF ) : |
||
UDF | string | Fingerprint of key. |
Résultat |
public Persist ( KeySecurity KeySecurity ) : void | ||
KeySecurity | KeySecurity | Key protection level to be applied. |
Résultat | void |
public RSAKeyPair ( |
||
RSACryptoServiceProvider | ||
Résultat | System |
public RSAKeyPair ( |
||
RSAParameters | The RSA parameters. | |
Résultat | System |
public RSAKeyPair ( int KeySize ) : System | ||
KeySize | int | Size of key in multiples of 64 bits. |
Résultat | System |
public RSAKeyPair ( int KeySize, bool Exportable ) : System | ||
KeySize | int | Size of key in multiples of 64 bits. |
Exportable | bool | If true, key may be exported, otherwise machine bound. |
Résultat | System |
public RSAKeyPair ( string UDF ) : System | ||
UDF | string | Fingerprint of key. |
Résultat | System |