Exemplo n.º 1
0
 private AuthenticationContext ToAuthenticationContext(AuthenticationContextElement value)
 {
     return(new AuthenticationContext
     {
         Context = value.Context,
         ReferenceType = value.ReferenceType
     });
 }
 private AuthenticationContext ToAuthenticationContext(AuthenticationContextElement value)
 {
     return new AuthenticationContext
     {
         Context = value.Context,
         ReferenceType = value.ReferenceType
     };
 }