Property | Type | Description | |
---|---|---|---|
DecryptTicket | void | ||
GetBase64FromBytes | string | ||
GetBytesFromBase64 | byte[] | ||
InitializeRoles | void |
Method | Description | |
---|---|---|
GetRoles ( ) : string[] | ||
IsInRole ( string role ) : bool | ||
RolePrincipal ( IIdentity identity ) : System.Collections.Specialized | ||
RolePrincipal ( IIdentity identity, string encryptedTicket ) : System.Collections.Specialized | ||
RolePrincipal ( string providerName, IIdentity identity ) : System.Collections.Specialized | ||
RolePrincipal ( string providerName, IIdentity identity, string encryptedTicket ) : System.Collections.Specialized | ||
SetDirty ( ) : void | ||
ToEncryptedTicket ( ) : string |
Method | Description | |
---|---|---|
DecryptTicket ( string encryptedTicket ) : void | ||
GetBase64FromBytes ( byte bytes, int offset, int len ) : string | ||
GetBytesFromBase64 ( string base64String ) : byte[] | ||
InitializeRoles ( string decryptedRoles ) : void |
public RolePrincipal ( IIdentity identity ) : System.Collections.Specialized | ||
identity | IIdentity | |
return | System.Collections.Specialized |
public RolePrincipal ( IIdentity identity, string encryptedTicket ) : System.Collections.Specialized | ||
identity | IIdentity | |
encryptedTicket | string | |
return | System.Collections.Specialized |
public RolePrincipal ( string providerName, IIdentity identity ) : System.Collections.Specialized | ||
providerName | string | |
identity | IIdentity | |
return | System.Collections.Specialized |
public RolePrincipal ( string providerName, IIdentity identity, string encryptedTicket ) : System.Collections.Specialized | ||
providerName | string | |
identity | IIdentity | |
encryptedTicket | string | |
return | System.Collections.Specialized |