SymmetricAlgorithm Properties

SymmetricAlgorithm Properties

[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]

The SymmetricAlgorithm type exposes the following members.

  NameDescription
Public property BlockSize Gets or sets the block size, in bits, of the cryptographic operation.
Public property IV Gets or sets the initialization vector (IV) for the symmetric algorithm.
Public property Key Gets or sets the secret key for the symmetric algorithm.
Public property KeySize Gets or sets the size, in bits, of the secret key used by the symmetric algorithm.
Public property LegalBlockSizes Gets the block sizes, in bits, that are supported by the symmetric algorithm.
Public property LegalKeySizes Gets the key sizes, in bits, that are supported by the symmetric algorithm.
Top

Show:
© 2017 Microsoft