C# 클래스 Org.BouncyCastle.Asn1.X509.RoleSyntax

상속: Asn1Encodable
파일 보기 프로젝트 열기: nonorganic/dssnet

공개 메소드들

메소드 설명
GetInstance ( object obj ) : RoleSyntax
GetRoleAuthorityAsString ( ) : string[]
GetRoleNameAsString ( ) : string
RoleSyntax ( GeneralName roleName ) : System
RoleSyntax ( GeneralNames roleAuthority, GeneralName roleName ) : System
RoleSyntax ( string roleName ) : System
ToAsn1Object ( ) : Asn1Object
ToString ( ) : string

비공개 메소드들

메소드 설명
RoleSyntax ( Asn1Sequence seq ) : System

메소드 상세

GetInstance() 공개 정적인 메소드

public static GetInstance ( object obj ) : RoleSyntax
obj object
리턴 RoleSyntax

GetRoleAuthorityAsString() 공개 메소드

public GetRoleAuthorityAsString ( ) : string[]
리턴 string[]

GetRoleNameAsString() 공개 메소드

public GetRoleNameAsString ( ) : string
리턴 string

RoleSyntax() 공개 메소드

public RoleSyntax ( GeneralName roleName ) : System
roleName GeneralName
리턴 System

RoleSyntax() 공개 메소드

public RoleSyntax ( GeneralNames roleAuthority, GeneralName roleName ) : System
roleAuthority GeneralNames
roleName GeneralName
리턴 System

RoleSyntax() 공개 메소드

public RoleSyntax ( string roleName ) : System
roleName string
리턴 System

ToAsn1Object() 공개 메소드

public ToAsn1Object ( ) : Asn1Object
리턴 Asn1Object

ToString() 공개 메소드

public ToString ( ) : string
리턴 string