ApplicationAccessControlAttribute::Authentication Property
.NET Framework (current version)
Gets or sets the remote procedure call (RPC) authentication level.
Assembly: System.EnterpriseServices (in System.EnterpriseServices.dll)
public: property AuthenticationOption Authentication { AuthenticationOption get(); void set(AuthenticationOption value); }
Property Value
Type: System.EnterpriseServices::AuthenticationOptionOne of the AuthenticationOption values.
The following example illustrates the use of this property.
.NET Framework
Available since 1.1
Available since 1.1
Show: