|
enum | CngExportPolicies {
None = 0
, AllowPlaintextExport = 2
, None = 0
, AllowExport = 1
,
AllowPlaintextExport = 2
, AllowArchiving = 4
, AllowPlaintextArchiving = 8
} |
|
enum | CngKeyCreationOptions { None = 0
, None = 0
, MachineKey = 0x20
, OverwriteExistingKey = 0x80
} |
|
enum | CngPropertyOptions {
None = 0
, Persist = int.MinValue
, None = 0
, CustomProperty = 0x40000000
,
Persist = int.MinValue
} |
|
enum | DSASignatureFormat { IeeeP1363FixedFieldConcatenation
, Rfc3279DerSequence
} |
|
enum | RSAEncryptionPaddingMode { Pkcs1
, Oaep
} |
|
enum | RSASignaturePaddingMode { Pkcs1
, Pss
} |
|
enum | CngExportPolicies {
None = 0
, AllowPlaintextExport = 2
, None = 0
, AllowExport = 1
,
AllowPlaintextExport = 2
, AllowArchiving = 4
, AllowPlaintextArchiving = 8
} |
|
enum | CngKeyCreationOptions { None = 0
, None = 0
, MachineKey = 0x20
, OverwriteExistingKey = 0x80
} |
|
enum | CngKeyHandleOpenOptions { None = 0
, EphemeralKey = 1
} |
|
enum | CngKeyOpenOptions { None = 0
, UserKey = 0
, MachineKey = 0x20
, Silent = 0x40
} |
|
enum | CngKeyUsages {
None = 0
, Decryption = 1
, Signing = 2
, KeyAgreement = 4
,
AllUsages = 0xFFFFFF
} |
|
enum | CngPropertyOptions {
None = 0
, Persist = int.MinValue
, None = 0
, CustomProperty = 0x40000000
,
Persist = int.MinValue
} |
|
enum | CngUIProtectionLevels { None = 0
, ProtectKey = 1
, ForceHighProtection = 2
} |
|
enum | ECDiffieHellmanKeyDerivationFunction { Hash
, Hmac
, Tls
} |
|
enum | ECKeyXmlFormat { Rfc4050
} |
|
enum | CspProviderFlags {
NoFlags = 0
, UseMachineKeyStore = 1
, UseDefaultKeyContainer = 2
, UseNonExportableKey = 4
,
UseExistingKey = 8
, UseArchivableKey = 0x10
, UseUserProtectedKey = 0x20
, NoPrompt = 0x40
,
CreateEphemeralKey = 0x80
} |
|
enum | KeyNumber { Exchange = 1
, Signature
} |
|
enum | FromBase64TransformMode { IgnoreWhiteSpaces
, DoNotIgnoreWhiteSpaces
} |
|
enum | OidGroup {
All
, HashAlgorithm
, EncryptionAlgorithm
, PublicKeyAlgorithm
,
SignatureAlgorithm
, Attribute
, ExtensionOrAttribute
, EnhancedKeyUsage
,
Policy
, Template
, KeyDerivationFunction
} |
|
enum | CipherMode {
CBC = 1
, ECB
, OFB
, CFB
,
CTS
} |
|
enum | CryptoStreamMode { Read
, Write
} |
|
enum | PaddingMode {
None = 1
, PKCS7
, Zeros
, ANSIX923
,
ISO10126
} |
|
enum | PbeEncryptionAlgorithm {
Unknown
, Aes128Cbc
, Aes192Cbc
, Aes256Cbc
,
TripleDes3KeyPkcs12
} |
|