CertificateInfo.SetOtherNames Method
Namespace: Rebex.Security.Cryptography.Pkcs
Assembly: Rebex.Common.dll (version 7.0.9083)
SetOtherNames(KeyValuePair<ObjectIdentifier, Byte[]>[])
Sets other names (see https://tools.ietf.org/html/rfc5280#section-4.2.1.6 for details).
Declaration
public void SetOtherNames(params KeyValuePair<ObjectIdentifier, byte[]>[] names)
Parameters
Type | Name | Description |
---|---|---|
KeyValuePair<ObjectIdentifier, Byte[]>[] | names | Other names. |