Mono Class Library: System.Security.Cryptography Namespace

System.Security.Cryptography.CspProviderFlags Enumeration

Cryptographic Service Provider (CSP) Provider Flags. [Edit]
[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. [Edit]

Members

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

Requirements

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