SymmetricAlgorithm Properties

Microsoft Silverlight will reach end of support after October 2021. Learn more.

Include Protected Members
Include Inherited Members

Include Silverlight Members
Include Silverlight for Windows Phone Members
Include XNA Framework Members

The SymmetricAlgorithm type exposes the following members.

Properties

  Name Description
Public propertySupported by Silverlight for Windows Phone BlockSize Gets or sets the block size, in bits, of the cryptographic operation.
Public propertySupported by Silverlight for Windows Phone IV Gets or sets the initialization vector (IV) for the symmetric algorithm.
Public propertySupported by Silverlight for Windows Phone Key Gets or sets the secret key for the symmetric algorithm.
Public propertySupported by Silverlight for Windows Phone KeySize Gets or sets the size, in bits, of the secret key used by the symmetric algorithm.
Public propertySupported by Silverlight for Windows Phone LegalBlockSizes Gets the block sizes, in bits, that are supported by the symmetric algorithm.
Public propertySupported by Silverlight for Windows Phone LegalKeySizes Gets the key sizes, in bits, that are supported by the symmetric algorithm.

Top