Candor.Security.SecurityContextProvider.Initialize C# (CSharp) Метод

Initialize() публичный Метод

Initializes the provider with the specified values.
public Initialize ( string name, NameValueCollection configValue ) : void
name string The name of the provider.
configValue System.Collections.Specialized.NameValueCollection Provider specific attributes.
Результат void
        public override void Initialize(string name, NameValueCollection configValue)
        {
            InitializeInternal(name, configValue);
        }