X500RelativeDistinguishedName.GetSingleElementType Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the object identifier (OID) identifying the single attribute value for this Relative Distinguished Name (RDN), when the RDN only contains one attribute.
public:
System::Security::Cryptography::Oid ^ GetSingleElementType();
public System.Security.Cryptography.Oid GetSingleElementType ();
member this.GetSingleElementType : unit -> System.Security.Cryptography.Oid
Public Function GetSingleElementType () As Oid
Returns
The object identifier (OID) identifying the single attribute value for this Relative Distinguished Name (RDN).
Exceptions
The Relative Distinguished Name has multiple attributes (HasMultipleElements
is true
).
Applies to
Samarbeta med oss på GitHub
Källan för det här innehållet finns på GitHub, där du även kan skapa och granska ärenden och pull-begäranden. Se vår deltagarguide för mer information.