Mono Class Library: System.Security.Cryptography Namespace

System.Security.Cryptography.CspProviderFlags Enumeration

Cryptographic Service Provider (CSP) Provider Flags.
[System.Flags]
[System.Runtime.InteropServices.ComVisible(true)]
public enum CspProviderFlags

Remarks

On Mono the informations are only used to determine where will be stored the key pair when (and if) it is persisted.

Members

Member NameDescription
NoFlagsDocumentation for this section has not yet been entered.
NoPromptDocumentation for this section has not yet been entered.
UseArchivableKeyDocumentation for this section has not yet been entered.
UseDefaultKeyContainerUse the "default" container for the user (or the machine).
UseExistingKeyDocumentation for this section has not yet been entered.
UseMachineKeyStoreLoad an existing key pair, or store a newly generated one, from the machine key containers. By default key pairs are conserved by users.
UseNonExportableKeyDocumentation for this section has not yet been entered.
UseUserProtectedKeyDocumentation for this section has not yet been entered.

Requirements

Namespace: System.Security.Cryptography
Assembly: mscorlib (in mscorlib.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0