X509CRLSelector.AddIssuer(X500Principal) 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 name to the issuerNames criterion.
[Android.Runtime.Register("addIssuer", "(Ljavax/security/auth/x500/X500Principal;)V", "GetAddIssuer_Ljavax_security_auth_x500_X500Principal_Handler")]
public virtual void AddIssuer (Javax.Security.Auth.X500.X500Principal? issuer);
[<Android.Runtime.Register("addIssuer", "(Ljavax/security/auth/x500/X500Principal;)V", "GetAddIssuer_Ljavax_security_auth_x500_X500Principal_Handler")>]
abstract member AddIssuer : Javax.Security.Auth.X500.X500Principal -> unit
override this.AddIssuer : Javax.Security.Auth.X500.X500Principal -> unit
Parameters
- issuer
- X500Principal
the issuer as X500Principal
- Attributes
Remarks
Adds a name to the issuerNames criterion. The issuer distinguished name in the X509CRL
must match at least one of the specified distinguished names.
This method allows the caller to add a name to the set of issuer names which X509CRLs
may contain. The specified name is added to any previous value for the issuerNames criterion. If the specified name is a duplicate, it may be ignored.
Added in 1.5.
Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.