X509CertificatePolicyMappingsExtensionOidMappings Property |
Gets a collection of policy mappings.
Namespace:
System.Security.Cryptography.X509Certificates
Assembly:
SysadminsLV.PKI (in SysadminsLV.PKI.dll) Version: 3.7.0.0 (3.7.0.0)
Syntax public OidMapping[] OidMappings { get; }
Public ReadOnly Property OidMappings As OidMapping()
Get
public:
property array<OidMapping^>^ OidMappings {
array<OidMapping^>^ get ();
}
member OidMappings : OidMapping[] with get
Property Value
Type:
OidMappingSee Also