CertificateRevokedException.AuthorityName 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 name of the authority that signed the certificate's revocation status information.
public virtual Javax.Security.Auth.X500.X500Principal? AuthorityName { [Android.Runtime.Register("getAuthorityName", "()Ljavax/security/auth/x500/X500Principal;", "GetGetAuthorityNameHandler", ApiSince=24)] get; }
[<get: Android.Runtime.Register("getAuthorityName", "()Ljavax/security/auth/x500/X500Principal;", "GetGetAuthorityNameHandler", ApiSince=24)>]
member this.AuthorityName : Javax.Security.Auth.X500.X500Principal
Property Value
the X500Principal
that represents the name of the
authority that signed the certificate's revocation status information
- Attributes
Remarks
Returns the name of the authority that signed the certificate's revocation status information.
Java documentation for java.security.cert.CertificateRevokedException.getAuthorityName()
.
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.