Exemplo n.º 1
0
            public static string CreateTokenString(LoginToken token)
            {
                var protector = GetProtector(Purpose);
                var tokenText = protector.Protect(token.ToBase64());

                return(protector.Protect(token.ToBase64()));
            }