@tsonic/dotnet
Version:
TypeScript type definitions for .NET 10 BCL (Base Class Library)
1,142 lines • 1.97 MB
JSON
{
"namespace": "System.Security.Cryptography",
"contributingAssemblies": [
"System.Private.CoreLib",
"System.Security.Cryptography"
],
"types": [
{
"stableId": "System.Security.Cryptography:System.Security.Cryptography.CipherMode",
"clrName": "System.Security.Cryptography.CipherMode",
"tsEmitName": "CipherMode",
"kind": "Enum",
"accessibility": "Public",
"isAbstract": false,
"isSealed": true,
"isStatic": false,
"arity": 0,
"methods": [],
"properties": [],
"fields": [
{
"stableId": "System.Security.Cryptography:System.Security.Cryptography.CipherMode::value__System.Int32",
"clrName": "value__",
"tsEmitName": "value__",
"normalizedSignature": "value__|System.Int32|static=false|const=false",
"isStatic": false,
"isReadOnly": false,
"isLiteral": false
},
{
"stableId": "System.Security.Cryptography:System.Security.Cryptography.CipherMode::CBCSystem.Security.Cryptography.CipherMode",
"clrName": "CBC",
"tsEmitName": "CBC",
"normalizedSignature": "CBC|System.Security.Cryptography.CipherMode|static=true|const=true",
"isStatic": true,
"isReadOnly": false,
"isLiteral": true
},
{
"stableId": "System.Security.Cryptography:System.Security.Cryptography.CipherMode::ECBSystem.Security.Cryptography.CipherMode",
"clrName": "ECB",
"tsEmitName": "ECB",
"normalizedSignature": "ECB|System.Security.Cryptography.CipherMode|static=true|const=true",
"isStatic": true,
"isReadOnly": false,
"isLiteral": true
},
{
"stableId": "System.Security.Cryptography:System.Security.Cryptography.CipherMode::OFBSystem.Security.Cryptography.CipherMode",
"clrName": "OFB",
"tsEmitName": "OFB",
"normalizedSignature": "OFB|System.Security.Cryptography.CipherMode|static=true|const=true",
"isStatic": true,
"isReadOnly": false,
"isLiteral": true
},
{
"stableId": "System.Security.Cryptography:System.Security.Cryptography.CipherMode::CFBSystem.Security.Cryptography.CipherMode",
"clrName": "CFB",
"tsEmitName": "CFB",
"normalizedSignature": "CFB|System.Security.Cryptography.CipherMode|static=true|const=true",
"isStatic": true,
"isReadOnly": false,
"isLiteral": true
},
{
"stableId": "System.Security.Cryptography:System.Security.Cryptography.CipherMode::CTSSystem.Security.Cryptography.CipherMode",
"clrName": "CTS",
"tsEmitName": "CTS",
"normalizedSignature": "CTS|System.Security.Cryptography.CipherMode|static=true|const=true",
"isStatic": true,
"isReadOnly": false,
"isLiteral": true
}
],
"events": [],
"constructors": []
},
{
"stableId": "System.Security.Cryptography:System.Security.Cryptography.CngExportPolicies",
"clrName": "System.Security.Cryptography.CngExportPolicies",
"tsEmitName": "CngExportPolicies",
"kind": "Enum",
"accessibility": "Public",
"isAbstract": false,
"isSealed": true,
"isStatic": false,
"arity": 0,
"methods": [],
"properties": [],
"fields": [
{
"stableId": "System.Security.Cryptography:System.Security.Cryptography.CngExportPolicies::value__System.Int32",
"clrName": "value__",
"tsEmitName": "value__",
"normalizedSignature": "value__|System.Int32|static=false|const=false",
"isStatic": false,
"isReadOnly": false,
"isLiteral": false
},
{
"stableId": "System.Security.Cryptography:System.Security.Cryptography.CngExportPolicies::NoneSystem.Security.Cryptography.CngExportPolicies",
"clrName": "None",
"tsEmitName": "none",
"normalizedSignature": "None|System.Security.Cryptography.CngExportPolicies|static=true|const=true",
"isStatic": true,
"isReadOnly": false,
"isLiteral": true
},
{
"stableId": "System.Security.Cryptography:System.Security.Cryptography.CngExportPolicies::AllowExportSystem.Security.Cryptography.CngExportPolicies",
"clrName": "AllowExport",
"tsEmitName": "allowExport",
"normalizedSignature": "AllowExport|System.Security.Cryptography.CngExportPolicies|static=true|const=true",
"isStatic": true,
"isReadOnly": false,
"isLiteral": true
},
{
"stableId": "System.Security.Cryptography:System.Security.Cryptography.CngExportPolicies::AllowPlaintextExportSystem.Security.Cryptography.CngExportPolicies",
"clrName": "AllowPlaintextExport",
"tsEmitName": "allowPlaintextExport",
"normalizedSignature": "AllowPlaintextExport|System.Security.Cryptography.CngExportPolicies|static=true|const=true",
"isStatic": true,
"isReadOnly": false,
"isLiteral": true
},
{
"stableId": "System.Security.Cryptography:System.Security.Cryptography.CngExportPolicies::AllowArchivingSystem.Security.Cryptography.CngExportPolicies",
"clrName": "AllowArchiving",
"tsEmitName": "allowArchiving",
"normalizedSignature": "AllowArchiving|System.Security.Cryptography.CngExportPolicies|static=true|const=true",
"isStatic": true,
"isReadOnly": false,
"isLiteral": true
},
{
"stableId": "System.Security.Cryptography:System.Security.Cryptography.CngExportPolicies::AllowPlaintextArchivingSystem.Security.Cryptography.CngExportPolicies",
"clrName": "AllowPlaintextArchiving",
"tsEmitName": "allowPlaintextArchiving",
"normalizedSignature": "AllowPlaintextArchiving|System.Security.Cryptography.CngExportPolicies|static=true|const=true",
"isStatic": true,
"isReadOnly": false,
"isLiteral": true
}
],
"events": [],
"constructors": []
},
{
"stableId": "System.Security.Cryptography:System.Security.Cryptography.CngKeyCreationOptions",
"clrName": "System.Security.Cryptography.CngKeyCreationOptions",
"tsEmitName": "CngKeyCreationOptions",
"kind": "Enum",
"accessibility": "Public",
"isAbstract": false,
"isSealed": true,
"isStatic": false,
"arity": 0,
"methods": [],
"properties": [],
"fields": [
{
"stableId": "System.Security.Cryptography:System.Security.Cryptography.CngKeyCreationOptions::value__System.Int32",
"clrName": "value__",
"tsEmitName": "value__",
"normalizedSignature": "value__|System.Int32|static=false|const=false",
"isStatic": false,
"isReadOnly": false,
"isLiteral": false
},
{
"stableId": "System.Security.Cryptography:System.Security.Cryptography.CngKeyCreationOptions::NoneSystem.Security.Cryptography.CngKeyCreationOptions",
"clrName": "None",
"tsEmitName": "none",
"normalizedSignature": "None|System.Security.Cryptography.CngKeyCreationOptions|static=true|const=true",
"isStatic": true,
"isReadOnly": false,
"isLiteral": true
},
{
"stableId": "System.Security.Cryptography:System.Security.Cryptography.CngKeyCreationOptions::MachineKeySystem.Security.Cryptography.CngKeyCreationOptions",
"clrName": "MachineKey",
"tsEmitName": "machineKey",
"normalizedSignature": "MachineKey|System.Security.Cryptography.CngKeyCreationOptions|static=true|const=true",
"isStatic": true,
"isReadOnly": false,
"isLiteral": true
},
{
"stableId": "System.Security.Cryptography:System.Security.Cryptography.CngKeyCreationOptions::OverwriteExistingKeySystem.Security.Cryptography.CngKeyCreationOptions",
"clrName": "OverwriteExistingKey",
"tsEmitName": "overwriteExistingKey",
"normalizedSignature": "OverwriteExistingKey|System.Security.Cryptography.CngKeyCreationOptions|static=true|const=true",
"isStatic": true,
"isReadOnly": false,
"isLiteral": true
},
{
"stableId": "System.Security.Cryptography:System.Security.Cryptography.CngKeyCreationOptions::PreferVbsSystem.Security.Cryptography.CngKeyCreationOptions",
"clrName": "PreferVbs",
"tsEmitName": "preferVbs",
"normalizedSignature": "PreferVbs|System.Security.Cryptography.CngKeyCreationOptions|static=true|const=true",
"isStatic": true,
"isReadOnly": false,
"isLiteral": true
},
{
"stableId": "System.Security.Cryptography:System.Security.Cryptography.CngKeyCreationOptions::RequireVbsSystem.Security.Cryptography.CngKeyCreationOptions",
"clrName": "RequireVbs",
"tsEmitName": "requireVbs",
"normalizedSignature": "RequireVbs|System.Security.Cryptography.CngKeyCreationOptions|static=true|const=true",
"isStatic": true,
"isReadOnly": false,
"isLiteral": true
},
{
"stableId": "System.Security.Cryptography:System.Security.Cryptography.CngKeyCreationOptions::UsePerBootKeySystem.Security.Cryptography.CngKeyCreationOptions",
"clrName": "UsePerBootKey",
"tsEmitName": "usePerBootKey",
"normalizedSignature": "UsePerBootKey|System.Security.Cryptography.CngKeyCreationOptions|static=true|const=true",
"isStatic": true,
"isReadOnly": false,
"isLiteral": true
}
],
"events": [],
"constructors": []
},
{
"stableId": "System.Security.Cryptography:System.Security.Cryptography.CngKeyHandleOpenOptions",
"clrName": "System.Security.Cryptography.CngKeyHandleOpenOptions",
"tsEmitName": "CngKeyHandleOpenOptions",
"kind": "Enum",
"accessibility": "Public",
"isAbstract": false,
"isSealed": true,
"isStatic": false,
"arity": 0,
"methods": [],
"properties": [],
"fields": [
{
"stableId": "System.Security.Cryptography:System.Security.Cryptography.CngKeyHandleOpenOptions::value__System.Int32",
"clrName": "value__",
"tsEmitName": "value__",
"normalizedSignature": "value__|System.Int32|static=false|const=false",
"isStatic": false,
"isReadOnly": false,
"isLiteral": false
},
{
"stableId": "System.Security.Cryptography:System.Security.Cryptography.CngKeyHandleOpenOptions::NoneSystem.Security.Cryptography.CngKeyHandleOpenOptions",
"clrName": "None",
"tsEmitName": "none",
"normalizedSignature": "None|System.Security.Cryptography.CngKeyHandleOpenOptions|static=true|const=true",
"isStatic": true,
"isReadOnly": false,
"isLiteral": true
},
{
"stableId": "System.Security.Cryptography:System.Security.Cryptography.CngKeyHandleOpenOptions::EphemeralKeySystem.Security.Cryptography.CngKeyHandleOpenOptions",
"clrName": "EphemeralKey",
"tsEmitName": "ephemeralKey",
"normalizedSignature": "EphemeralKey|System.Security.Cryptography.CngKeyHandleOpenOptions|static=true|const=true",
"isStatic": true,
"isReadOnly": false,
"isLiteral": true
}
],
"events": [],
"constructors": []
},
{
"stableId": "System.Security.Cryptography:System.Security.Cryptography.CngKeyOpenOptions",
"clrName": "System.Security.Cryptography.CngKeyOpenOptions",
"tsEmitName": "CngKeyOpenOptions",
"kind": "Enum",
"accessibility": "Public",
"isAbstract": false,
"isSealed": true,
"isStatic": false,
"arity": 0,
"methods": [],
"properties": [],
"fields": [
{
"stableId": "System.Security.Cryptography:System.Security.Cryptography.CngKeyOpenOptions::value__System.Int32",
"clrName": "value__",
"tsEmitName": "value__",
"normalizedSignature": "value__|System.Int32|static=false|const=false",
"isStatic": false,
"isReadOnly": false,
"isLiteral": false
},
{
"stableId": "System.Security.Cryptography:System.Security.Cryptography.CngKeyOpenOptions::NoneSystem.Security.Cryptography.CngKeyOpenOptions",
"clrName": "None",
"tsEmitName": "none",
"normalizedSignature": "None|System.Security.Cryptography.CngKeyOpenOptions|static=true|const=true",
"isStatic": true,
"isReadOnly": false,
"isLiteral": true
},
{
"stableId": "System.Security.Cryptography:System.Security.Cryptography.CngKeyOpenOptions::UserKeySystem.Security.Cryptography.CngKeyOpenOptions",
"clrName": "UserKey",
"tsEmitName": "userKey",
"normalizedSignature": "UserKey|System.Security.Cryptography.CngKeyOpenOptions|static=true|const=true",
"isStatic": true,
"isReadOnly": false,
"isLiteral": true
},
{
"stableId": "System.Security.Cryptography:System.Security.Cryptography.CngKeyOpenOptions::MachineKeySystem.Security.Cryptography.CngKeyOpenOptions",
"clrName": "MachineKey",
"tsEmitName": "machineKey",
"normalizedSignature": "MachineKey|System.Security.Cryptography.CngKeyOpenOptions|static=true|const=true",
"isStatic": true,
"isReadOnly": false,
"isLiteral": true
},
{
"stableId": "System.Security.Cryptography:System.Security.Cryptography.CngKeyOpenOptions::SilentSystem.Security.Cryptography.CngKeyOpenOptions",
"clrName": "Silent",
"tsEmitName": "silent",
"normalizedSignature": "Silent|System.Security.Cryptography.CngKeyOpenOptions|static=true|const=true",
"isStatic": true,
"isReadOnly": false,
"isLiteral": true
}
],
"events": [],
"constructors": []
},
{
"stableId": "System.Security.Cryptography:System.Security.Cryptography.CngKeyUsages",
"clrName": "System.Security.Cryptography.CngKeyUsages",
"tsEmitName": "CngKeyUsages",
"kind": "Enum",
"accessibility": "Public",
"isAbstract": false,
"isSealed": true,
"isStatic": false,
"arity": 0,
"methods": [],
"properties": [],
"fields": [
{
"stableId": "System.Security.Cryptography:System.Security.Cryptography.CngKeyUsages::value__System.Int32",
"clrName": "value__",
"tsEmitName": "value__",
"normalizedSignature": "value__|System.Int32|static=false|const=false",
"isStatic": false,
"isReadOnly": false,
"isLiteral": false
},
{
"stableId": "System.Security.Cryptography:System.Security.Cryptography.CngKeyUsages::NoneSystem.Security.Cryptography.CngKeyUsages",
"clrName": "None",
"tsEmitName": "none",
"normalizedSignature": "None|System.Security.Cryptography.CngKeyUsages|static=true|const=true",
"isStatic": true,
"isReadOnly": false,
"isLiteral": true
},
{
"stableId": "System.Security.Cryptography:System.Security.Cryptography.CngKeyUsages::DecryptionSystem.Security.Cryptography.CngKeyUsages",
"clrName": "Decryption",
"tsEmitName": "decryption",
"normalizedSignature": "Decryption|System.Security.Cryptography.CngKeyUsages|static=true|const=true",
"isStatic": true,
"isReadOnly": false,
"isLiteral": true
},
{
"stableId": "System.Security.Cryptography:System.Security.Cryptography.CngKeyUsages::SigningSystem.Security.Cryptography.CngKeyUsages",
"clrName": "Signing",
"tsEmitName": "signing",
"normalizedSignature": "Signing|System.Security.Cryptography.CngKeyUsages|static=true|const=true",
"isStatic": true,
"isReadOnly": false,
"isLiteral": true
},
{
"stableId": "System.Security.Cryptography:System.Security.Cryptography.CngKeyUsages::KeyAgreementSystem.Security.Cryptography.CngKeyUsages",
"clrName": "KeyAgreement",
"tsEmitName": "keyAgreement",
"normalizedSignature": "KeyAgreement|System.Security.Cryptography.CngKeyUsages|static=true|const=true",
"isStatic": true,
"isReadOnly": false,
"isLiteral": true
},
{
"stableId": "System.Security.Cryptography:System.Security.Cryptography.CngKeyUsages::AllUsagesSystem.Security.Cryptography.CngKeyUsages",
"clrName": "AllUsages",
"tsEmitName": "allUsages",
"normalizedSignature": "AllUsages|System.Security.Cryptography.CngKeyUsages|static=true|const=true",
"isStatic": true,
"isReadOnly": false,
"isLiteral": true
}
],
"events": [],
"constructors": []
},
{
"stableId": "System.Security.Cryptography:System.Security.Cryptography.CngPropertyOptions",
"clrName": "System.Security.Cryptography.CngPropertyOptions",
"tsEmitName": "CngPropertyOptions",
"kind": "Enum",
"accessibility": "Public",
"isAbstract": false,
"isSealed": true,
"isStatic": false,
"arity": 0,
"methods": [],
"properties": [],
"fields": [
{
"stableId": "System.Security.Cryptography:System.Security.Cryptography.CngPropertyOptions::value__System.Int32",
"clrName": "value__",
"tsEmitName": "value__",
"normalizedSignature": "value__|System.Int32|static=false|const=false",
"isStatic": false,
"isReadOnly": false,
"isLiteral": false
},
{
"stableId": "System.Security.Cryptography:System.Security.Cryptography.CngPropertyOptions::NoneSystem.Security.Cryptography.CngPropertyOptions",
"clrName": "None",
"tsEmitName": "none",
"normalizedSignature": "None|System.Security.Cryptography.CngPropertyOptions|static=true|const=true",
"isStatic": true,
"isReadOnly": false,
"isLiteral": true
},
{
"stableId": "System.Security.Cryptography:System.Security.Cryptography.CngPropertyOptions::CustomPropertySystem.Security.Cryptography.CngPropertyOptions",
"clrName": "CustomProperty",
"tsEmitName": "customProperty",
"normalizedSignature": "CustomProperty|System.Security.Cryptography.CngPropertyOptions|static=true|const=true",
"isStatic": true,
"isReadOnly": false,
"isLiteral": true
},
{
"stableId": "System.Security.Cryptography:System.Security.Cryptography.CngPropertyOptions::PersistSystem.Security.Cryptography.CngPropertyOptions",
"clrName": "Persist",
"tsEmitName": "persist",
"normalizedSignature": "Persist|System.Security.Cryptography.CngPropertyOptions|static=true|const=true",
"isStatic": true,
"isReadOnly": false,
"isLiteral": true
}
],
"events": [],
"constructors": []
},
{
"stableId": "System.Security.Cryptography:System.Security.Cryptography.CngUIProtectionLevels",
"clrName": "System.Security.Cryptography.CngUIProtectionLevels",
"tsEmitName": "CngUIProtectionLevels",
"kind": "Enum",
"accessibility": "Public",
"isAbstract": false,
"isSealed": true,
"isStatic": false,
"arity": 0,
"methods": [],
"properties": [],
"fields": [
{
"stableId": "System.Security.Cryptography:System.Security.Cryptography.CngUIProtectionLevels::value__System.Int32",
"clrName": "value__",
"tsEmitName": "value__",
"normalizedSignature": "value__|System.Int32|static=false|const=false",
"isStatic": false,
"isReadOnly": false,
"isLiteral": false
},
{
"stableId": "System.Security.Cryptography:System.Security.Cryptography.CngUIProtectionLevels::NoneSystem.Security.Cryptography.CngUIProtectionLevels",
"clrName": "None",
"tsEmitName": "none",
"normalizedSignature": "None|System.Security.Cryptography.CngUIProtectionLevels|static=true|const=true",
"isStatic": true,
"isReadOnly": false,
"isLiteral": true
},
{
"stableId": "System.Security.Cryptography:System.Security.Cryptography.CngUIProtectionLevels::ProtectKeySystem.Security.Cryptography.CngUIProtectionLevels",
"clrName": "ProtectKey",
"tsEmitName": "protectKey",
"normalizedSignature": "ProtectKey|System.Security.Cryptography.CngUIProtectionLevels|static=true|const=true",
"isStatic": true,
"isReadOnly": false,
"isLiteral": true
},
{
"stableId": "System.Security.Cryptography:System.Security.Cryptography.CngUIProtectionLevels::ForceHighProtectionSystem.Security.Cryptography.CngUIProtectionLevels",
"clrName": "ForceHighProtection",
"tsEmitName": "forceHighProtection",
"normalizedSignature": "ForceHighProtection|System.Security.Cryptography.CngUIProtectionLevels|static=true|const=true",
"isStatic": true,
"isReadOnly": false,
"isLiteral": true
}
],
"events": [],
"constructors": []
},
{
"stableId": "System.Security.Cryptography:System.Security.Cryptography.CryptoStreamMode",
"clrName": "System.Security.Cryptography.CryptoStreamMode",
"tsEmitName": "CryptoStreamMode",
"kind": "Enum",
"accessibility": "Public",
"isAbstract": false,
"isSealed": true,
"isStatic": false,
"arity": 0,
"methods": [],
"properties": [],
"fields": [
{
"stableId": "System.Security.Cryptography:System.Security.Cryptography.CryptoStreamMode::value__System.Int32",
"clrName": "value__",
"tsEmitName": "value__",
"normalizedSignature": "value__|System.Int32|static=false|const=false",
"isStatic": false,
"isReadOnly": false,
"isLiteral": false
},
{
"stableId": "System.Security.Cryptography:System.Security.Cryptography.CryptoStreamMode::ReadSystem.Security.Cryptography.CryptoStreamMode",
"clrName": "Read",
"tsEmitName": "read",
"normalizedSignature": "Read|System.Security.Cryptography.CryptoStreamMode|static=true|const=true",
"isStatic": true,
"isReadOnly": false,
"isLiteral": true
},
{
"stableId": "System.Security.Cryptography:System.Security.Cryptography.CryptoStreamMode::WriteSystem.Security.Cryptography.CryptoStreamMode",
"clrName": "Write",
"tsEmitName": "write",
"normalizedSignature": "Write|System.Security.Cryptography.CryptoStreamMode|static=true|const=true",
"isStatic": true,
"isReadOnly": false,
"isLiteral": true
}
],
"events": [],
"constructors": []
},
{
"stableId": "System.Security.Cryptography:System.Security.Cryptography.CspProviderFlags",
"clrName": "System.Security.Cryptography.CspProviderFlags",
"tsEmitName": "CspProviderFlags",
"kind": "Enum",
"accessibility": "Public",
"isAbstract": false,
"isSealed": true,
"isStatic": false,
"arity": 0,
"methods": [],
"properties": [],
"fields": [
{
"stableId": "System.Security.Cryptography:System.Security.Cryptography.CspProviderFlags::value__System.Int32",
"clrName": "value__",
"tsEmitName": "value__",
"normalizedSignature": "value__|System.Int32|static=false|const=false",
"isStatic": false,
"isReadOnly": false,
"isLiteral": false
},
{
"stableId": "System.Security.Cryptography:System.Security.Cryptography.CspProviderFlags::NoFlagsSystem.Security.Cryptography.CspProviderFlags",
"clrName": "NoFlags",
"tsEmitName": "noFlags",
"normalizedSignature": "NoFlags|System.Security.Cryptography.CspProviderFlags|static=true|const=true",
"isStatic": true,
"isReadOnly": false,
"isLiteral": true
},
{
"stableId": "System.Security.Cryptography:System.Security.Cryptography.CspProviderFlags::UseMachineKeyStoreSystem.Security.Cryptography.CspProviderFlags",
"clrName": "UseMachineKeyStore",
"tsEmitName": "useMachineKeyStore",
"normalizedSignature": "UseMachineKeyStore|System.Security.Cryptography.CspProviderFlags|static=true|const=true",
"isStatic": true,
"isReadOnly": false,
"isLiteral": true
},
{
"stableId": "System.Security.Cryptography:System.Security.Cryptography.CspProviderFlags::UseDefaultKeyContainerSystem.Security.Cryptography.CspProviderFlags",
"clrName": "UseDefaultKeyContainer",
"tsEmitName": "useDefaultKeyContainer",
"normalizedSignature": "UseDefaultKeyContainer|System.Security.Cryptography.CspProviderFlags|static=true|const=true",
"isStatic": true,
"isReadOnly": false,
"isLiteral": true
},
{
"stableId": "System.Security.Cryptography:System.Security.Cryptography.CspProviderFlags::UseNonExportableKeySystem.Security.Cryptography.CspProviderFlags",
"clrName": "UseNonExportableKey",
"tsEmitName": "useNonExportableKey",
"normalizedSignature": "UseNonExportableKey|System.Security.Cryptography.CspProviderFlags|static=true|const=true",
"isStatic": true,
"isReadOnly": false,
"isLiteral": true
},
{
"stableId": "System.Security.Cryptography:System.Security.Cryptography.CspProviderFlags::UseExistingKeySystem.Security.Cryptography.CspProviderFlags",
"clrName": "UseExistingKey",
"tsEmitName": "useExistingKey",
"normalizedSignature": "UseExistingKey|System.Security.Cryptography.CspProviderFlags|static=true|const=true",
"isStatic": true,
"isReadOnly": false,
"isLiteral": true
},
{
"stableId": "System.Security.Cryptography:System.Security.Cryptography.CspProviderFlags::UseArchivableKeySystem.Security.Cryptography.CspProviderFlags",
"clrName": "UseArchivableKey",
"tsEmitName": "useArchivableKey",
"normalizedSignature": "UseArchivableKey|System.Security.Cryptography.CspProviderFlags|static=true|const=true",
"isStatic": true,
"isReadOnly": false,
"isLiteral": true
},
{
"stableId": "System.Security.Cryptography:System.Security.Cryptography.CspProviderFlags::UseUserProtectedKeySystem.Security.Cryptography.CspProviderFlags",
"clrName": "UseUserProtectedKey",
"tsEmitName": "useUserProtectedKey",
"normalizedSignature": "UseUserProtectedKey|System.Security.Cryptography.CspProviderFlags|static=true|const=true",
"isStatic": true,
"isReadOnly": false,
"isLiteral": true
},
{
"stableId": "System.Security.Cryptography:System.Security.Cryptography.CspProviderFlags::NoPromptSystem.Security.Cryptography.CspProviderFlags",
"clrName": "NoPrompt",
"tsEmitName": "noPrompt",
"normalizedSignature": "NoPrompt|System.Security.Cryptography.CspProviderFlags|static=true|const=true",
"isStatic": true,
"isReadOnly": false,
"isLiteral": true
},
{
"stableId": "System.Security.Cryptography:System.Security.Cryptography.CspProviderFlags::CreateEphemeralKeySystem.Security.Cryptography.CspProviderFlags",
"clrName": "CreateEphemeralKey",
"tsEmitName": "createEphemeralKey",
"normalizedSignature": "CreateEphemeralKey|System.Security.Cryptography.CspProviderFlags|static=true|const=true",
"isStatic": true,
"isReadOnly": false,
"isLiteral": true
}
],
"events": [],
"constructors": []
},
{
"stableId": "System.Security.Cryptography:System.Security.Cryptography.DSASignatureFormat",
"clrName": "System.Security.Cryptography.DSASignatureFormat",
"tsEmitName": "DSASignatureFormat",
"kind": "Enum",
"accessibility": "Public",
"isAbstract": false,
"isSealed": true,
"isStatic": false,
"arity": 0,
"methods": [],
"properties": [],
"fields": [
{
"stableId": "System.Security.Cryptography:System.Security.Cryptography.DSASignatureFormat::value__System.Int32",
"clrName": "value__",
"tsEmitName": "value__",
"normalizedSignature": "value__|System.Int32|static=false|const=false",
"isStatic": false,
"isReadOnly": false,
"isLiteral": false
},
{
"stableId": "System.Security.Cryptography:System.Security.Cryptography.DSASignatureFormat::IeeeP1363FixedFieldConcatenationSystem.Security.Cryptography.DSASignatureFormat",
"clrName": "IeeeP1363FixedFieldConcatenation",
"tsEmitName": "ieeeP1363FixedFieldConcatenation",
"normalizedSignature": "IeeeP1363FixedFieldConcatenation|System.Security.Cryptography.DSASignatureFormat|static=true|const=true",
"isStatic": true,
"isReadOnly": false,
"isLiteral": true
},
{
"stableId": "System.Security.Cryptography:System.Security.Cryptography.DSASignatureFormat::Rfc3279DerSequenceSystem.Security.Cryptography.DSASignatureFormat",
"clrName": "Rfc3279DerSequence",
"tsEmitName": "rfc3279DerSequence",
"normalizedSignature": "Rfc3279DerSequence|System.Security.Cryptography.DSASignatureFormat|static=true|const=true",
"isStatic": true,
"isReadOnly": false,
"isLiteral": true
}
],
"events": [],
"constructors": []
},
{
"stableId": "System.Security.Cryptography:System.Security.Cryptography.ECCurve\u002BECCurveType",
"clrName": "System.Security.Cryptography.ECCurve\u002BECCurveType",
"tsEmitName": "ECCurve_ECCurveType",
"kind": "Enum",
"accessibility": "Public",
"isAbstract": false,
"isSealed": true,
"isStatic": false,
"arity": 0,
"methods": [],
"properties": [],
"fields": [
{
"stableId": "System.Security.Cryptography:System.Security.Cryptography.ECCurve\u002BECCurveType::value__System.Int32",
"clrName": "value__",
"tsEmitName": "value__",
"normalizedSignature": "value__|System.Int32|static=false|const=false",
"isStatic": false,
"isReadOnly": false,
"isLiteral": false
},
{
"stableId": "System.Security.Cryptography:System.Security.Cryptography.ECCurve\u002BECCurveType::ImplicitSystem.Security.Cryptography.ECCurve\u002BECCurveType",
"clrName": "Implicit",
"tsEmitName": "implicit",
"normalizedSignature": "Implicit|System.Security.Cryptography.ECCurve\u002BECCurveType|static=true|const=true",
"isStatic": true,
"isReadOnly": false,
"isLiteral": true
},
{
"stableId": "System.Security.Cryptography:System.Security.Cryptography.ECCurve\u002BECCurveType::PrimeShortWeierstrassSystem.Security.Cryptography.ECCurve\u002BECCurveType",
"clrName": "PrimeShortWeierstrass",
"tsEmitName": "primeShortWeierstrass",
"normalizedSignature": "PrimeShortWeierstrass|System.Security.Cryptography.ECCurve\u002BECCurveType|static=true|const=true",
"isStatic": true,
"isReadOnly": false,
"isLiteral": true
},
{
"stableId": "System.Security.Cryptography:System.Security.Cryptography.ECCurve\u002BECCurveType::PrimeTwistedEdwardsSystem.Security.Cryptography.ECCurve\u002BECCurveType",
"clrName": "PrimeTwistedEdwards",
"tsEmitName": "primeTwistedEdwards",
"normalizedSignature": "PrimeTwistedEdwards|System.Security.Cryptography.ECCurve\u002BECCurveType|static=true|const=true",
"isStatic": true,
"isReadOnly": false,
"isLiteral": true
},
{
"stableId": "System.Security.Cryptography:System.Security.Cryptography.ECCurve\u002BECCurveType::PrimeMontgomerySystem.Security.Cryptography.ECCurve\u002BECCurveType",
"clrName": "PrimeMontgomery",
"tsEmitName": "primeMontgomery",
"normalizedSignature": "PrimeMontgomery|System.Security.Cryptography.ECCurve\u002BECCurveType|static=true|const=true",
"isStatic": true,
"isReadOnly": false,
"isLiteral": true
},
{
"stableId": "System.Security.Cryptography:System.Security.Cryptography.ECCurve\u002BECCurveType::Characteristic2System.Security.Cryptography.ECCurve\u002BECCurveType",
"clrName": "Characteristic2",
"tsEmitName": "characteristic2",
"normalizedSignature": "Characteristic2|System.Security.Cryptography.ECCurve\u002BECCurveType|static=true|const=true",
"isStatic": true,
"isReadOnly": false,
"isLiteral": true
},
{
"stableId": "System.Security.Cryptography:System.Security.Cryptography.ECCurve\u002BECCurveType::NamedSystem.Security.Cryptography.ECCurve\u002BECCurveType",
"clrName": "Named",
"tsEmitName": "named",
"normalizedSignature": "Named|System.Security.Cryptography.ECCurve\u002BECCurveType|static=true|const=true",
"isStatic": true,
"isReadOnly": false,
"isLiteral": true
}
],
"events": [],
"constructors": []
},
{
"stableId": "System.Security.Cryptography:System.Security.Cryptography.ECDiffieHellmanKeyDerivationFunction",
"clrName": "System.Security.Cryptography.ECDiffieHellmanKeyDerivationFunction",
"tsEmitName": "ECDiffieHellmanKeyDerivationFunction",
"kind": "Enum",
"accessibility": "Public",
"isAbstract": false,
"isSealed": true,
"isStatic": false,
"arity": 0,
"methods": [],
"properties": [],
"fields": [
{
"stableId": "System.Security.Cryptography:System.Security.Cryptography.ECDiffieHellmanKeyDerivationFunction::value__System.Int32",
"clrName": "value__",
"tsEmitName": "value__",
"normalizedSignature": "value__|System.Int32|static=false|const=false",
"isStatic": false,
"isReadOnly": false,
"isLiteral": false
},
{
"stableId": "System.Security.Cryptography:System.Security.Cryptography.ECDiffieHellmanKeyDerivationFunction::HashSystem.Security.Cryptography.ECDiffieHellmanKeyDerivationFunction",
"clrName": "Hash",
"tsEmitName": "hash",
"normalizedSignature": "Hash|System.Security.Cryptography.ECDiffieHellmanKeyDerivationFunction|static=true|const=true",
"isStatic": true,
"isReadOnly": false,
"isLiteral": true
},
{
"stableId": "System.Security.Cryptography:System.Security.Cryptography.ECDiffieHellmanKeyDerivationFunction::HmacSystem.Security.Cryptography.ECDiffieHellmanKeyDerivationFunction",
"clrName": "Hmac",
"tsEmitName": "hmac",
"normalizedSignature": "Hmac|System.Security.Cryptography.ECDiffieHellmanKeyDerivationFunction|static=true|const=true",
"isStatic": true,
"isReadOnly": false,
"isLiteral": true
},
{
"stableId": "System.Security.Cryptography:System.Security.Cryptography.ECDiffieHellmanKeyDerivationFunction::TlsSystem.Security.Cryptography.ECDiffieHellmanKeyDerivationFunction",
"clrName": "Tls",
"tsEmitName": "tls",
"normalizedSignature": "Tls|System.Security.Cryptography.ECDiffieHellmanKeyDerivationFunction|static=true|const=true",
"isStatic": true,
"isReadOnly": false,
"isLiteral": true
}
],
"events": [],
"constructors": []
},
{
"stableId": "System.Security.Cryptography:System.Security.Cryptography.ECKeyXmlFormat",
"clrName": "System.Security.Cryptography.ECKeyXmlFormat",
"tsEmitName": "ECKeyXmlFormat",
"kind": "Enum",
"accessibility": "Public",
"isAbstract": false,
"isSealed": true,
"isStatic": false,
"arity": 0,
"methods": [],
"properties": [],
"fields": [
{
"stableId": "System.Security.Cryptography:System.Security.Cryptography.ECKeyXmlFormat::value__System.Int32",
"clrName": "value__",
"tsEmitName": "value__",
"normalizedSignature": "value__|System.Int32|static=false|const=false",
"isStatic": false,
"isReadOnly": false,
"isLiteral": false
},
{
"stableId": "System.Security.Cryptography:System.Security.Cryptography.ECKeyXmlFormat::Rfc4050System.Security.Cryptography.ECKeyXmlFormat",
"clrName": "Rfc4050",
"tsEmitName": "rfc4050",
"normalizedSignature": "Rfc4050|System.Security.Cryptography.ECKeyXmlFormat|static=true|const=true",
"isStatic": true,
"isReadOnly": false,
"isLiteral": true
}
],
"events": [],
"constructors": []
},
{
"stableId": "System.Security.Cryptography:System.Security.Cryptography.FromBase64TransformMode",
"clrName": "System.Security.Cryptography.FromBase64TransformMode",
"tsEmitName": "FromBase64TransformMode",
"kind": "Enum",
"accessibility": "Public",
"isAbstract": false,
"isSealed": true,
"isStatic": false,
"arity": 0,
"methods": [],
"properties": [],
"fields": [
{
"stableId": "System.Security.Cryptography:System.Security.Cryptography.FromBase64TransformMode::value__System.Int32",
"clrName": "value__",
"tsEmitName": "value__",
"normalizedSignature": "value__|System.Int32|static=false|const=false",
"isStatic": false,
"isReadOnly": false,
"isLiteral": false
},
{
"stableId": "System.Security.Cryptography:System.Security.Cryptography.FromBase64TransformMode::IgnoreWhiteSpacesSystem.Security.Cryptography.FromBase64TransformMode",
"clrName": "IgnoreWhiteSpaces",
"tsEmitName": "ignoreWhiteSpaces",
"normalizedSignature": "IgnoreWhiteSpaces|System.Security.Cryptography.FromBase64TransformMode|static=true|const=true",
"isStatic": true,
"isReadOnly": false,
"isLiteral": true
},
{
"stableId": "System.Security.Cryptography:System.Security.Cryptography.FromBase64TransformMode::DoNotIgnoreWhiteSpacesSystem.Security.Cryptography.FromBase64TransformMode",
"clrName": "DoNotIgnoreWhiteSpaces",
"tsEmitName": "doNotIgnoreWhiteSpaces",
"normalizedSignature": "DoNotIgnoreWhiteSpaces|System.Security.Cryptography.FromBase64TransformMode|static=true|const=true",
"isStatic": true,
"isReadOnly": false,
"isLiteral": true
}
],
"events": [],
"constructors": []
},
{
"stableId": "System.Security.Cryptography:System.Security.Cryptography.KeyNumber",
"clrName": "System.Security.Cryptography.KeyNumber",
"tsEmitName": "KeyNumber",
"kind": "Enum",
"accessibility": "Public",
"isAbstract": false,
"isSealed": true,
"isStatic": false,
"arity": 0,
"methods": [],
"properties": [],
"fields": [
{
"stableId": "System.Security.Cryptography:System.Security.Cryptography.KeyNumber::value__System.Int32",
"clrName": "value__",
"tsEmitName": "value__",
"normalizedSignature": "value__|System.Int32|static=false|const=false",
"isStatic": false,
"isReadOnly": false,
"isLiteral": false
},
{
"stableId": "System.Security.Cryptography:System.Security.Cryptography.KeyNumber::ExchangeSystem.Security.Cryptography.KeyNumber",
"clrName": "Exchange",
"tsEmitName": "exchange",
"normalizedSignature": "Exchange|System.Security.Cryptography.KeyNumber|static=true|const=true",
"isStatic": true,
"isReadOnly": false,
"isLiteral": true
},
{
"stableId": "System.Security.Cryptography:System.Security.Cryptography.KeyNumber::SignatureSystem.Security.Cryptography.KeyNumber",
"clrName": "Signature",
"tsEmitName": "signature",
"normalizedSignature": "Signature|System.Security.Cryptography.KeyNumber|static=true|const=true",
"isStatic": true,
"isReadOnly": false,
"isLiteral": true
}
],
"events": [],
"constructors": []
},
{
"stableId": "System.Security.Cryptography:System.Security.Cryptography.OidGroup",
"clrName": "System.Security.Cryptography.OidGroup",
"tsEmitName": "OidGroup",
"kind": "Enum",
"accessibility": "Public",
"isAbstract": false,
"isSealed": true,
"isStatic": false,
"arity": 0,
"methods": [],
"properties": [],
"fields": [
{
"stableId": "System.Security.Cryptography:System.Security.Cryptography.OidGroup::value__System.Int32",
"clrName": "value__",
"tsEmitName": "value__",
"normalizedSignature": "value__|System.Int32|static=false|const=false",
"isStatic": false,
"isReadOnly": false,
"isLiteral": false
},
{
"stableId": "System.Security.Cryptography:System.Security.Cryptography.OidGroup::AllSystem.Security.Cryptography.OidGroup",
"clrName": "All",
"tsEmitName": "all",
"normalizedSignature": "All|System.Security.Cryptography.OidGroup|static=true|const=true",
"isStatic": true,
"isReadOnly": false,
"isLiteral": true
},
{
"stableId": "System.Security.Cryptography:System.Security.Cryptography.OidGroup::HashAlgorithmSystem.Security.Cryptography.OidGroup",
"clrName": "HashAlgorithm",
"tsEmitName": "hashAlgorithm",
"normalizedSignature": "HashAlgorithm|System.Security.Cryptography.OidGroup|static=true|const=true",
"isStatic": true,
"isReadOnly": false,
"isLiteral": true
},
{
"stableId": "System.Security.Cryptography:System.Security.Cryptography.OidGroup::EncryptionAlgorithmSystem.Security.Cryptography.OidGroup",
"clrName": "EncryptionAlgorithm",
"tsEmitName": "encryptionAlgorithm",
"normalizedSignature": "EncryptionAlgorithm|System.Security.Cryptography.OidGroup|static=true|const=true",
"isStatic": true,
"isReadOnly": false,
"isLiteral": true
},
{
"stableId": "System.Security.Cryptography:System.Security.Cryptography.OidGroup::PublicKeyAlgorithmSystem.Security.Cryptography.OidGroup",
"clrName": "PublicKeyAlgorithm",
"tsEmitName": "publicKeyAlgorithm",
"normalizedSignature": "PublicKeyAlgorithm|System.Security.Cryptography.OidGroup|static=true|const=true",
"isStatic": true,
"isReadOnly": false,
"isLiteral": true
},
{
"stableId": "System.Security.Cryptography:System.Security.Cryptography.OidGroup::SignatureAlgorithmSystem.Security.Cryptography.OidGroup",
"clrName": "SignatureAlgorithm",
"tsEmitName": "signatureAlgorithm",
"normalizedSignature": "SignatureAlgorithm|System.Security.Cryptography.OidGroup|static=true|const=true",
"isStatic": true,
"isReadOnly": false,
"isLiteral": true
},
{
"stableId": "System.Security.Cryptography:System.Security.Cryptography.OidGroup::AttributeSystem.Security.Cryptography.OidGroup",
"clrName": "Attribute",
"tsEmitName": "attribute",
"normalizedSignature": "Attribute|System.Security.Cryptography.OidGroup|static=true|const=true",
"isStatic": true,
"isReadOnly": false,
"isLiteral": true
},
{
"stableId": "System.Security.Cryptography:System.Security.Cryptography.OidGroup::ExtensionOrAttributeSystem.Security.Cryptography.OidGroup",
"clrName": "ExtensionOrAttribute",
"tsEmitName": "extensionOrAttribute",
"normalizedSignature": "ExtensionOrAttribute|System.Security.Cryptography.OidGroup|static=true|const=true",
"isStatic": true,
"isReadOnly": false,
"isLiteral": true
},
{
"stableId": "System.Security.Cryptography:System.Security.Cryptography.OidGroup::EnhancedKeyUsageSystem.Security.Cryptography.OidGroup",
"clrName": "EnhancedKeyUsage",
"tsEmitName": "enhancedKeyUsage",
"normalizedSignature": "EnhancedKeyUsage|System.Security.Cryptography.OidGroup|static=true|const=true",
"isStatic": true,
"isReadOnly": false,
"isLiteral": true
},
{
"stableId": "System.Security.Cryptography:System.Security.Cryptography.OidGroup::PolicySystem.Security.Cryptography.OidGroup",
"clrName": "Policy",
"tsEmitName": "policy",
"normalizedSignature": "Policy|System.Security.Cryptography.OidGroup|static=true|const=true",
"isStatic": true,
"isReadOnly": false,
"isLiteral": true
},
{
"stableId": "System.Security.Cryptography:System.Security.Cryptography.OidGroup::TemplateSystem.Security.Cryptography.OidGroup",
"clrName": "Template",
"tsEmitName": "template",
"normalizedSignature": "Template|System.Security.Cryptography.OidGroup|static=true|const=true",
"isStatic": true,
"isReadOnly": false,
"isLiteral": true
},
{
"stableId": "System.Security.Cryptography:System.Security.Cryptography.OidGroup::KeyDerivationFunctionSystem.Security.Cryptography.OidGroup",
"clrName": "KeyDerivationFunction",
"tsEmitName": "keyDerivationFunction",
"normalizedSignature": "KeyDerivationFunction|System.Security.Cryptography.OidGroup|static=true|const=true",
"isStatic": true,
"isReadOnly": false,
"isLiteral": true
}
],
"events": [],
"constructors": []
},
{
"stableId": "System.Security.Cryptography:System.Security.Cryptography.PaddingMode",
"clrName": "System.Security.Cryptography.PaddingMode",
"tsEmitName": "PaddingMode",
"kind": "Enum",
"accessibility": "Public",
"isAbstract": false,
"isSealed": true,
"isStatic": false,
"arity": 0,
"methods": [],
"properties": [],
"fields": [
{
"stableId": "System.Security.Cryptography:System.Security.Cryptography.PaddingMode::value__System.Int32",
"clrName": "value__",
"tsEmitName": "value__",
"normalizedSignature": "value__|System.Int32|static=false|const=false",
"isStatic": false,
"isReadOnly": false,
"isLiteral": false
},
{
"stableId": "System.Security.Cryptography:System.Security.Cryptography.PaddingMode::NoneSystem.Security.Cryptography.PaddingMode",
"clrName": "None",
"tsEmitName": "none",
"normalizedSignature": "None|System.Security.Cryptography.PaddingMode|static=true|const=true",
"isStatic": true,
"isReadOnly": false,
"isLiteral": true
},
{
"stableId": "System.Security.Cryptography:System.Security.Cryptography.PaddingMode::PKCS7System.Security.Cryptography.PaddingMode",
"clrName": "PKCS7",
"tsEmitName": "PKCS7",
"normalizedSignature": "PKCS7|System.Security.Cryptography.PaddingMode|static=true|const=true",
"isStatic": true,
"isReadOnly": false,
"isLiteral": true
},
{
"stableId": "System.Security.Cryptography:System.Security.Cryptography.PaddingMode::ZerosSystem.Security.Cryptography.PaddingMode",
"clrName": "Zeros",
"tsEmitName": "zeros",
"normalizedSignature": "Zeros|System.Security.Cryptography.PaddingMode|static=true|const=true",
"isStatic": true,
"isReadOnly": false,
"isLiteral": true
},
{
"stableId": "System.Security.Cryptography:System.Security.Cryptography.PaddingMode::ANSIX923System.Security.Cryptography.PaddingMode",
"clrName": "ANSIX923",
"tsEmitName": "ANSIX923",
"normalizedSignature": "ANSIX923|System.Security.Cryptography.PaddingMode|static=tru