C# 클래스 Telligent.Services.SamlAuthenticationPlugin.Components.CleanThumbprintRule

상속: IPropertyRule
파일 보기 프로젝트 열기: Telligent/SAML

공개 메소드들

메소드 설명
LoadConfiguration ( PropertyRule rule, System node ) : void
ValueChanged ( System.Property property, ConfigurationDataBase data ) : void

Remove non printing characters such as byte order marks from certificate thumbprints

비공개 메소드들

메소드 설명
CleanThumbprint ( string thumbprint ) : string

메소드 상세

LoadConfiguration() 공개 메소드

public LoadConfiguration ( PropertyRule rule, System node ) : void
rule PropertyRule
node System
리턴 void

ValueChanged() 공개 메소드

Remove non printing characters such as byte order marks from certificate thumbprints
public ValueChanged ( System.Property property, ConfigurationDataBase data ) : void
property System.Property
data ConfigurationDataBase
리턴 void