C# Class Telligent.Services.SamlAuthenticationPlugin.Components.CleanThumbprintRule

Inheritance: IPropertyRule
Exibir arquivo Open project: Telligent/SAML

Public Methods

Method Description
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

Private Methods

Method Description
CleanThumbprint ( string thumbprint ) : string

Method Details

LoadConfiguration() public method

public LoadConfiguration ( PropertyRule rule, System node ) : void
rule PropertyRule
node System
return void

ValueChanged() public method

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
return void