Méthode | Description | |
---|---|---|
EnumerateEncryptionAlgorithms ( ) : IReadOnlyList |
||
EnumerateSignatureAlgorithms ( ) : IReadOnlyList |
||
GenerateKeypair ( uint KeySize ) : |
||
ImportKeyPair ( Windows.Storage.Streams.IBuffer KeyBlob ) : |
||
ImportPublicKey ( Windows.Storage.Streams.IBuffer keyBlob ) : |
||
OpenAlgorithm ( string algorithm ) : |
Méthode | Description | |
---|---|---|
AsymmetricKeyAlgorithmProvider ( ) : System |
public static EnumerateEncryptionAlgorithms ( ) : IReadOnlyList |
||
Résultat | IReadOnlyList |
public static EnumerateSignatureAlgorithms ( ) : IReadOnlyList |
||
Résultat | IReadOnlyList |
public GenerateKeypair ( uint KeySize ) : |
||
KeySize | uint | |
Résultat |
public ImportKeyPair ( Windows.Storage.Streams.IBuffer KeyBlob ) : |
||
KeyBlob | Windows.Storage.Streams.IBuffer | |
Résultat |
public ImportPublicKey ( Windows.Storage.Streams.IBuffer keyBlob ) : |
||
keyBlob | Windows.Storage.Streams.IBuffer | |
Résultat |
public static OpenAlgorithm ( string algorithm ) : |
||
algorithm | string | |
Résultat |