C# Класс Telligent.Services.SamlAuthenticationPlugin.Components.CleanThumbprintRule

Наследование: IPropertyRule
Показать файл Открыть проект

Открытые методы

Метод Описание
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