X509CRLSelector.Issuers Property
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.
Returns the issuerNames criterion. -or- Sets the issuerNames criterion.
public virtual System.Collections.Generic.ICollection<Javax.Security.Auth.X500.X500Principal>? Issuers { [Android.Runtime.Register("getIssuers", "()Ljava/util/Collection;", "GetGetIssuersHandler")] get; [Android.Runtime.Register("setIssuers", "(Ljava/util/Collection;)V", "GetSetIssuers_Ljava_util_Collection_Handler")] set; }
[<get: Android.Runtime.Register("getIssuers", "()Ljava/util/Collection;", "GetGetIssuersHandler")>]
[<set: Android.Runtime.Register("setIssuers", "(Ljava/util/Collection;)V", "GetSetIssuers_Ljava_util_Collection_Handler")>]
member this.Issuers : System.Collections.Generic.ICollection<Javax.Security.Auth.X500.X500Principal> with get, set
Property Value
an unmodifiable Collection of names
(or null)
- Attributes
Remarks
Property getter documentation:
Java documentation for java.security.cert.X509CRLSelector.getIssuers().
Property setter documentation:
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.