SymmetricKeyAlgorithmProvider.AlgorithmName Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the name of the open symmetric algorithm.
public:
property Platform::String ^ AlgorithmName { Platform::String ^ get(); };
winrt::hstring AlgorithmName();
public string AlgorithmName { get; }
var string = symmetricKeyAlgorithmProvider.algorithmName;
Public ReadOnly Property AlgorithmName As String
Property Value
Algorithm name.
Remarks
You must call OpenAlgorithm before calling this property. The following algorithm names are supported for symmetric cryptographic operations.
No padding: + SymmetricAlgorithmNames.AesCbc
PKCS#7 block padding modes: + SymmetricAlgorithmNames.AesCbcPkcs7
Authenticated modes (see the EncryptedAndAuthenticatedData class): + SymmetricAlgorithmNames.AesCcm
Stream Cipher: + SymmetricAlgorithmNames.Rc4