AuthBridge.Web.Services.FederationContext.GetValue C# (CSharp) Method

GetValue() public method

public GetValue ( string key ) : string
key string
return string
        public string GetValue(string key)
        {
            return FederationCookie.Values[key];
        }