Share via


MechanismInfo.MechanismInfoFlags Enumeration

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

This enumeration has a FlagsAttribute attribute that allows a bitwise combination of its member values.

Namespace:  Microsoft.SPOT.Cryptoki
Assembly:  Microsoft.SPOT.Security.PKCS11 (in Microsoft.SPOT.Security.PKCS11.dll)

Syntax

'Declaration
<FlagsAttribute> _
Public Enumeration MechanismInfoFlags
[FlagsAttribute]
public enum MechanismInfoFlags
[FlagsAttribute]
public enum class MechanismInfoFlags
[<FlagsAttribute>]
type MechanismInfoFlags
public enum MechanismInfoFlags

Members

Member name Description
Hardware
Encrypt
Decrypt
Digest
Sign
SignRecover
Verify
VerifyRecover
Generate
GenerateKeyPair
Wrap
Unwrap
Derive
Extension

See Also

Reference

Microsoft.SPOT.Cryptoki Namespace