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
Dolgozzon együtt velünk a GitHubon
A tartalom forrása a GitHubon található, ahol létrehozhat és áttekinthet problémákat és lekéréses kérelmeket is. További információért tekintse meg a közreműködői útmutatónkat.