X500DistinguishedNameBuilder.AddDomainComponent(String) 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.
Adds a domain component attribute.
public:
void AddDomainComponent(System::String ^ domainComponent);
public void AddDomainComponent (string domainComponent);
member this.AddDomainComponent : string -> unit
Public Sub AddDomainComponent (domainComponent As String)
Parameters
- domainComponent
- String
The domain component to add.
Exceptions
domainComponent
is null
.
domainComponent
is empty.
Remarks
This encodes an attribute with the OID 0.9.2342.19200300.100.1.25 as an IA5String.
Applies to
Samarbeid med oss på GitHub
Du finner kilden for dette innholdet på GitHub. Der du også kan opprette og se gjennom problemer og pull-forespørsler. Hvis du vil ha mer informasjon, kan du se vår bidragsyterveiledning.