API Reference
Class
CertificateExtendedKeyUsageInfo
Provides parsed Extended Key Usage information for an X.509 certificate.
Inheritance
- Object
- CertificateExtendedKeyUsageInfo
Usage
This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.
Returned or exposed by
Accepted by parameters
Constructors
public CertificateExtendedKeyUsageInfo() #Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
Properties
public Boolean HasEnhancedKeyUsageExtension { get; set; } #Gets or sets the has enhanced key usage extension value.
public Boolean HasAnyExtendedKeyUsageOid { get; set; } #Gets or sets the has any extended key usage oid value.
public Boolean HasAnyExtendedKeyUsage { get; set; } #Obsolete("Use HasAnyExtendedKeyUsageOid.") EditorBrowsable(1)Represents the has any extended key usage value.
public Boolean AllowsServerAuthentication { get; set; } #Gets or sets the allows server authentication value.
public Boolean AllowsClientAuthentication { get; set; } #Gets or sets the allows client authentication value.
public Boolean AllowsSecureEmail { get; set; } #Gets or sets the allows secure email value.
public String AuthenticationProfile { get; set; } #Gets or sets the authentication profile value.
public List<String> Oids { get; } #Gets the oids value.
public List<String> FriendlyNames { get; } #Gets the friendly names value.