C# Class Omniture.CustomToken.SecurityToken

Inheritance: System.IdentityModel.Tokens.SecurityToken
Mostrar archivo Open project: Sn3b/Omniture-API Class Usage Examples

Private Properties

Property Type Description
GetCreatedAsString string
GetNonceAsBase64 string
GetPasswordDigestAsBase64 string
SecurityToken System
SecurityToken System
ValidateToken bool

Private Methods

Method Description
GetCreatedAsString ( ) : string
GetNonceAsBase64 ( ) : string
GetPasswordDigestAsBase64 ( ) : string
SecurityToken ( Info usernameInfo ) : System
SecurityToken ( Info info, string nonce, string created ) : System
ValidateToken ( string password ) : bool