The members of System.Security.Policy.Evidence are listed below.
See Also: Inherited members from System.Object
Evidence() |
Initializes a new empty instance of the System.Security.Policy.Evidence class. | |
Initializes a new instance of the System.Security.Policy.Evidence class from a shallow copy of an existing one. | ||
Initializes a new instance of the System.Security.Policy.Evidence class from multiple sets of host and assembly evidence. |
[read-only] | Count | int.
Gets the number of evidence objects in the evidence set. |
[read-only] | IsReadOnly | bool.
Gets a value indicating whether the evidence set is read-only. |
[read-only] | IsSynchronized | bool.
Gets a value indicating whether the evidence set is thread-safe. |
Locked | bool.
Gets or sets a value indicating whether the evidence is locked. | |
[read-only] | SyncRoot | object.
Gets the synchronization root. |
AddAssembly(object)
| ||
AddHost(object)
| ||
Clear()
| ||
CopyTo(Array, int)
| ||
override | Equals(object)Documentation for this section has not yet been entered. | |
GetAssemblyEnumerator()
| ||
GetEnumerator()
| ||
override | GetHashCode()Documentation for this section has not yet been entered. | |
GetHostEnumerator()
| ||
Merge(Evidence)
| ||
RemoveType(Type)
|