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
Surađujte s nama na GitHubu
Izvor za ovaj sadržaj možete pronaći na GitHubu, gdje možete stvarati i pregledavati probleme i zahtjeve za povlačenjem. Dodatne informacije potražite u našem vodiču za suradnike.