Type a page name and press Enter. You'll jump to the page if it exists, or you can create it if it doesn't.
To create a page in a module other than Structures, prefix the name with the module name and a period.
Constants (Structures)
.
C# Definition:
public const int CERT_STORE_PROV_FILENAME_W = 8;
public const int CRYPT_ASN_ENCODING = 0x00000001;
public const int CRYPT_NDR_ENCODING = 0x00000002;
public const int X509_ASN_ENCODING = 0x00000001;
public const int X509_NDR_ENCODING = 0x00000002;
public const int PKCS_7_ASN_ENCODING = 0x00010000;
public const int PKCS_7_NDR_ENCODING = 0x00020000;
public const int CERT_STORE_NO_CRYPT_RELEASE_FLAG = 0x00000001;
public const int CERT_STORE_SET_LOCALIZED_NAME_FLAG = 0x00000002;
public const int CERT_STORE_DEFER_CLOSE_UNTIL_LAST_FREE_FLAG = 0x00000004;
public const int CERT_STORE_DELETE_FLAG = 0x00000010;
public const int CERT_STORE_UNSAFE_PHYSICAL_FLAG = 0x00000020;
public const int CERT_STORE_SHARE_STORE_FLAG = 0x00000040;
public const int CERT_STORE_SHARE_CONTEXT_FLAG = 0x00000080;
public const int CERT_STORE_MANIFOLD_FLAG = 0x00000100;
public const int CERT_STORE_ENUM_ARCHIVED_FLAG = 0x00000200;
public const int CERT_STORE_UPDATE_KEYID_FLAG = 0x00000400;
public const int CERT_STORE_BACKUP_RESTORE_FLAG = 0x00000800;
public const int CERT_STORE_READONLY_FLAG = 0x00008000;
public const int CERT_STORE_OPEN_EXISTING_FLAG = 0x00004000;
public const int CERT_STORE_CREATE_NEW_FLAG = 0x00002000;
public const int CERT_STORE_MAXIMUM_ALLOWED_FLAG = 0x00001000;
VB Definition:
Public Const CRYPT_ASN_ENCODING As Integer = &H1
Public Const CRYPT_NDR_ENCODING As Integer = &H2
Public Const X509_ASN_ENCODING As Integer = &H1
Public Const X509_NDR_ENCODING As Integer = &H2
Public Const PKCS_7_ASN_ENCODING As Integer = &H10000
Public Const PKCS_7_NDR_ENCODING As Integer = &H20000
Public Const CERT_STORE_NO_CRYPT_RELEASE_FLAG As Integer = &H1
Public Const CERT_STORE_SET_LOCALIZED_NAME_FLAG As Integer = &H2
Public Const CERT_STORE_DEFER_CLOSE_UNTIL_LAST_FREE_FLAG As Integer = &H4
Public Const CERT_STORE_DELETE_FLAG As Integer = &H10
Public Const CERT_STORE_UNSAFE_PHYSICAL_FLAG As Integer = &H20
Public Const CERT_STORE_SHARE_STORE_FLAG As Integer = &H40
Public Const CERT_STORE_SHARE_CONTEXT_FLAG As Integer = &H80
Public Const CERT_STORE_MANIFOLD_FLAG As Integer = &H100
Public Const CERT_STORE_ENUM_ARCHIVED_FLAG As Integer = &H200
Public Const CERT_STORE_UPDATE_KEYID_FLAG As Integer = &H400
Public Const CERT_STORE_BACKUP_RESTORE_FLAG As Integer = &H800
Public Const CERT_STORE_READONLY_FLAG As Integer = &H8000
Public Const CERT_STORE_OPEN_EXISTING_FLAG As Integer = &H4000
Public Const CERT_STORE_CREATE_NEW_FLAG As Integer = &H2000
Public Const CERT_STORE_MAXIMUM_ALLOWED_FLAG As Integer = &H1000
User-Defined Field Types:
None.
Notes:
None.
Please edit this page!
Do you have...
helpful tips?
corrections to the existing content?
alternate definitions?
additional languages you want to include?
Select "Edit This Page" on the right hand toolbar and edit it! Or add new pages containing any supporting types needed.