RSOP_IEAuthenticodeCertificate class
Represents the details of customized settings for Microsoft Internet Explorer that designate software publishers and credentials agencies as trustworthy.
The following syntax is simplified from Managed Object Format (MOF) code and includes all of the inherited properties.
Syntax
[AMENDMENT]
class RSOP_IEAuthenticodeCertificate
{
string rsopID;
sint32 rsopPrecedence;
sint32 tabIndex;
sint32 certIndex;
string subjectName;
string issuerName;
datetime expirationDate;
string friendlyName;
string intendedPurposes;
};
Members
The RSOP_IEAuthenticodeCertificate class has these types of members:
Properties
The RSOP_IEAuthenticodeCertificate class has these properties.
-
certIndex
-
-
Data type: sint32
-
Access type: Read-only
-
Qualifiers: key, DisplayName ("Arbitrary Certificate Index")
Unique certificate index. Used for internal purposes only.
-
-
expirationDate
-
-
Data type: datetime
-
Access type: Read-only
-
Qualifiers: DisplayName ("Expiration Date")
Expiration date of the certificate, in Windows Management Instrumentation (WMI) format. For more information, see Date and Time Format in the WMI documentation.
-
-
friendlyName
-
-
Data type: string
-
Access type: Read-only
-
Qualifiers: DisplayName ("Friendly Name")
Friendly name for the certificate. This property is returned by the CertGetCertificateContextProperty function and has a property ID equal to CERT_FRIENDLY_NAME_PROP_ID.
-
-
intendedPurposes
-
-
Data type: string
-
Access type: Read-only
-
Qualifiers: DisplayName ("Intended Purposes")
List of the certificate's intended purposes.
-
-
issuerName
-
-
Data type: string
-
Access type: Read-only
-
Qualifiers: DisplayName ("Issuer Name")
Name of the software publisher or credentials agency that issued the certificate.
-
-
rsopID
-
-
Data type: string
-
Access type: Read-only
-
Qualifiers: key, DisplayName ("RSOP ID")
Foreign key to RSOP_PolicySetting.
-
-
rsopPrecedence
-
-
Data type: sint32
-
Access type: Read-only
-
Qualifiers: key, DisplayName ("RSOP Precedence")
Foreign key to RSOP_PolicySetting.
-
-
subjectName
-
-
Data type: string
-
Access type: Read-only
-
Qualifiers: DisplayName ("Subject Name")
Simple display name for the certificate. This string is returned by the CertGetNameString function when you specify a type equal to CERT_NAME_SIMPLE_DISPLAY_TYPE.
-
-
tabIndex
-
-
Data type: sint32
-
Access type: Read-only
-
Qualifiers: key, DisplayName ("Tab Index")
Unique tab index of the certificate store to which this certificate belongs.
-
Requirements
Minimum supported client |
Windows Vista |
Minimum supported server |
Windows Server 2008 |
Namespace |
Root\RSOP\Computer, Root\RSOP\User |
MOF |
|
DLL |
|