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

Used to report a X509 certificate used as a security credential
Inheritance: IPrincipal
显示文件 Open project: Azure/azure-amqp

Public Methods

Method Description
IsInRole ( string role ) : bool

Method not implemented

X509Principal ( X509CertificateIdentity identity ) : System

Ctor which takes identity as input

Method Details

IsInRole() public method

Method not implemented
public IsInRole ( string role ) : bool
role string
return bool

X509Principal() public method

Ctor which takes identity as input
public X509Principal ( X509CertificateIdentity identity ) : System
identity X509CertificateIdentity
return System