Exemplo n.º 1
0
 protected override string GetElementKey(OptionConfigurationElement element)
 {
     return(((CertificateElement)element).Name);
 }
 protected override string GetElementKey(OptionConfigurationElement element)
 {
     return(((LoggerHandlerElement)element).Name);
 }
 protected override string GetElementKey(OptionConfigurationElement element)
 {
     return(((CredentialPolicy)element).Scene);
 }
 protected override string GetElementKey(OptionConfigurationElement element)
 {
     return(((AppElement)element).Id);
 }
Exemplo n.º 5
0
 protected override string GetElementKey(OptionConfigurationElement element)
 {
     return(((AuthenticationSceneElement)element).Name);
 }