Exemplo n.º 1
0
 public System.Threading.Tasks.Task <bool> ValidateAuthenticationTokenAsync(CoreVelocity.Core.Security.EnterpriseIdentity identityToValidate)
 {
     return(base.Channel.ValidateAuthenticationTokenAsync(identityToValidate));
 }
Exemplo n.º 2
0
 public System.Threading.Tasks.Task <CoreVelocity.Core.Security.EnterpriseIdentity> AuthenticateAsync(CoreVelocity.Core.Security.EnterpriseIdentity identityToAuthenticate)
 {
     return(base.Channel.AuthenticateAsync(identityToAuthenticate));
 }
Exemplo n.º 3
0
 public bool ValidateAuthenticationToken(CoreVelocity.Core.Security.EnterpriseIdentity identityToValidate)
 {
     return(base.Channel.ValidateAuthenticationToken(identityToValidate));
 }
Exemplo n.º 4
0
 public CoreVelocity.Core.Security.EnterpriseIdentity Authenticate(CoreVelocity.Core.Security.EnterpriseIdentity identityToAuthenticate)
 {
     return(base.Channel.Authenticate(identityToAuthenticate));
 }