ExtendedProperty.PropID property
[CAPICOM is a 32-bit only component that is available for use in the following operating systems: Windows Server 2008, Windows Vista, and Windows XP. Instead, use Platform Invocation Services (PInvoke) to call the Win32 API function CertGetCertificateContextProperty and obtain the properties. For information about PInvoke, see Platform Invoke Tutorial. The .NET and CryptoAPI via P/Invoke: Part 1 and .NET and CryptoAPI via P/Invoke: Part 2 subsections of Extending .NET Cryptography with CAPICOM and P/Invoke may also be helpful.]
The PropID property sets or retrieves the type of extended property. This is the default property.
Syntax
ExtendedProperty.PropID As CAPICOM_PROPID
Property value
A value of the CAPICOM_PROPID enumeration that defines the CAPICOM property identifiers. The following table shows the possible values.
Value | Meaning |
---|---|
|
The type of the property is not known. |
|
A handle to a key container within a cryptographic service provider (CSP). |
|
Information about a key container within a CSP. |
|
A SHA1 hash object. |
|
The properties of a hash object. |
|
An MD5 hash object. |
|
The key context. |
|
The specifications for a key. |
|
Information about whether the object is reserved in Internet Explorer 3.0. |
|
Information about whether the hash of the public key is reserved. |
|
An enhanced key usage (EKU). |
|
A certificate trust list (CTL) usage. |
|
The location of the next update to the certificate revocation list (CRL). |
|
A human-readable name. |
|
A file that contains a private key. |
|
A human-readable description. |
|
The state of the access. |
|
A hash of the signature. |
|
Smart card data. |
|
An Encrypting File System (EFS). |
|
Data created using the cryptographic protocols and algorithms owned by the National Institute of Standards and Technology (NIST). |
|
Information about whether the object is archived. |
|
A key identifier. |
|
Auto-enrollment information for a certificate. |
|
Parameters for a public key algorithm. |
|
Information used to update dynamic cross certificates. |
|
The MD5 hash of the issuer's public key. |
|
The MD5 hash of the subject's public key. |
|
Information about the certificate's enrollment. |
|
A date stamp. |
|
The MD5 hash of the issuer's serial number. |
|
The MD5 hash of the subject's name. |
|
Extended information about an error. |
|
Information about the renewal of a certification authority. |
|
An archived hash of a key. |
|
Information about the first reservation. |
|
Information about the most recent reservation. |
|
Information about the first user. |
|
Information about the most recent user. |
Requirements
Requirement | Value |
---|---|
End of client support |
Windows Vista |
End of server support |
Windows Server 2008 |
Redistributable |
CAPICOM 2.0 or later on Windows Server 2003 and Windows XP |
DLL |
|