C# 클래스 strICT.InFlow.Web.Utils.DatabaseIssuerNameRegistry

상속: ValidatingIssuerNameRegistry
파일 보기 프로젝트 열기: InFlowBPM/InFlow-BPMS

공개 메소드들

메소드 설명
ContainsKey ( string thumbprint ) : bool
ContainsTenant ( string tenantId ) : bool
RefreshKeys ( string metadataLocation ) : void

보호된 메소드들

메소드 설명
IsThumbprintValid ( string thumbprint, string issuer ) : bool

메소드 상세

ContainsKey() 공개 정적인 메소드

public static ContainsKey ( string thumbprint ) : bool
thumbprint string
리턴 bool

ContainsTenant() 공개 정적인 메소드

public static ContainsTenant ( string tenantId ) : bool
tenantId string
리턴 bool

IsThumbprintValid() 보호된 메소드

protected IsThumbprintValid ( string thumbprint, string issuer ) : bool
thumbprint string
issuer string
리턴 bool

RefreshKeys() 공개 정적인 메소드

public static RefreshKeys ( string metadataLocation ) : void
metadataLocation string
리턴 void