Exemple #1
0
 public virtual string GetRemoteIdentityName()
 {
     if (this.isNegotiationCompleted)
     {
         return(SecurityUtils.GetIdentityNamesFromPolicies(this.serviceToken.AuthorizationPolicies));
     }
     return(String.Empty);
 }