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
التعاون معنا على GitHub
يمكن العثور على مصدر هذا المحتوى على GitHub حيث يمكنك أيضاً إضافة مشاكل وطلبات سحب ومراجعتها. للحصول على معلومات إضافية، اطلع على دليل المساهم لدينا.