RequiredImpersonationLevelAttribute Class

 

Represents the impersonation level for a server.

Namespace:   Microsoft.WindowsServerSolutions.Common.ProviderFramework
Assembly:  ProviderFramework (in ProviderFramework.dll)

System::Object
  System::Attribute
    Microsoft.WindowsServerSolutions.Common.ProviderFramework::RequiredImpersonationLevelAttribute

[AttributeUsageAttribute(AttributeTargets::Interface, AllowMultiple = false, 
	Inherited = false)]
[DataContractAttribute]
public ref class RequiredImpersonationLevelAttribute sealed : Attribute, 
	IEquatable<RequiredImpersonationLevelAttribute^>

NameDescription
System_CAPS_pubmethodRequiredImpersonationLevelAttribute()

Initializes a new instance of the RequiredImpersonationLevelAttribute class.

System_CAPS_pubmethodRequiredImpersonationLevelAttribute(ImpersonationLevel)

Initializes a new instance of the RequiredImpersonationLevelAttribute class with the specified impersonation level.

NameDescription
System_CAPS_pubpropertyLevel

Gets the impersonation level that is expected by the provider.

System_CAPS_pubpropertyTypeId

(Inherited from Attribute.)

NameDescription
System_CAPS_pubmethodEquals(Object^)

Calls the Equals method with the specified object.(Overrides Attribute::Equals(Object^).)

System_CAPS_pubmethodEquals(RequiredImpersonationLevelAttribute^)

Compares one RequiredImpersonationLevelAttribute object to another RequiredImpersonationLevelAttribute object.

System_CAPS_pubmethodGetHashCode()

Returns a hash code for the RequiredImpersonationLevelAttribute object.(Overrides Attribute::GetHashCode().)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_pubmethodIsDefaultAttribute()

(Inherited from Attribute.)

System_CAPS_pubmethodMatch(Object^)

(Inherited from Attribute.)

System_CAPS_pubmethodToString()

(Inherited from Object.)

Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Return to top

Community Additions

ADD
Show: