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
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.