Represents a name of a namespace or type that can be allowed or blocked from use.
Public Member Functions | |
SecureName (string name) | |
Creates a new secure name for the given type name (e.g. More... | |
bool | Matches (Type type) |
Checks if the given type falls in the scope named here. More... | |
Public Attributes | |
string | Name |
The name to match. Either a namespace (e.g. System.Collections) or a fully qualified type (e.g. System.String). More... | |
|
inline |
Creates a new secure name for the given type name (e.g.
|
inline |
Checks if the given type falls in the scope named here.
type | The typqe to check for a match |
string Nitro.SecureName.Name |
The name to match. Either a namespace (e.g. System.Collections) or a fully qualified type (e.g. System.String).