C# Class Microsoft.Azure.Amqp.X509.X509Principal

Used to report a X509 certificate used as a security credential
Inheritance: IPrincipal
Afficher le fichier Open project: Azure/azure-amqp

Méthodes publiques

Méthode Description
IsInRole ( string role ) : bool

Method not implemented

X509Principal ( X509CertificateIdentity identity ) : System

Ctor which takes identity as input

Method Details

IsInRole() public méthode

Method not implemented
public IsInRole ( string role ) : bool
role string
Résultat bool

X509Principal() public méthode

Ctor which takes identity as input
public X509Principal ( X509CertificateIdentity identity ) : System
identity X509CertificateIdentity
Résultat System