MechanismType Property

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

Gets the symmetric algorithm type.

Namespace:  System.Security.Cryptography
Assembly:  System.Security (in System.Security.dll)

Syntax

'Declaration
Protected MustOverride ReadOnly Property MechanismType As MechanismType
protected abstract MechanismType MechanismType { get; }
protected:
virtual property MechanismType MechanismType {
    MechanismType get () abstract;
}
abstract MechanismType : MechanismType
abstract function get MechanismType () : MechanismType

Property Value

Type: Microsoft.SPOT.Cryptoki. . :: . .MechanismType
The symmetric algorithm type.

.NET Framework Security

See Also

Reference

SymmetricAlgorithm Class

System.Security.Cryptography Namespace