次の方法で共有


AuthenticationServiceAttribute クラス

ドメイン サービスを認証サービスとして指定します。

名前空間: System.ServiceModel.DomainServices.Server.ApplicationServices
アセンブリ: System.ServiceModel.DomainServices.Server (system.servicemodel.domainservices.server.dll 内)

使用方法

'使用
Dim instance As AuthenticationServiceAttribute

構文

'宣言
<AttributeUsageAttribute(AttributeTargets.Class Or AttributeTargets.Interface, AllowMultiple:=False, Inherited:=True)> _
Public NotInheritable Class AuthenticationServiceAttribute
    Inherits DomainIdentifierAttribute
[AttributeUsageAttribute(AttributeTargets.Class|AttributeTargets.Interface, AllowMultiple=false, Inherited=true)] 
public sealed class AuthenticationServiceAttribute : DomainIdentifierAttribute
[AttributeUsageAttribute(AttributeTargets::Class|AttributeTargets::Interface, AllowMultiple=false, Inherited=true)] 
public ref class AuthenticationServiceAttribute sealed : public DomainIdentifierAttribute
/** @attribute AttributeUsageAttribute(AttributeTargets.Class|AttributeTargets.Interface, AllowMultiple=false, Inherited=true) */ 
public final class AuthenticationServiceAttribute extends DomainIdentifierAttribute
AttributeUsageAttribute(AttributeTargets.Class|AttributeTargets.Interface, AllowMultiple=false, Inherited=true) 
public final class AuthenticationServiceAttribute extends DomainIdentifierAttribute

解説

この属性は、認証コード プロセッサを IAuthentication インターフェイスの実装に関連付けるのに使用されます。

継承階層

System.Object
   System.Attribute
     System.ServiceModel.DomainServices.DomainIdentifierAttribute
      System.ServiceModel.DomainServices.Server.ApplicationServices.AuthenticationServiceAttribute

スレッド セーフ

この型の public static (Visual Basic では Shared) メンバーは、スレッド セーフです。インスタンス メンバーの場合は、スレッド セーフであるとは限りません。

プラットフォーム

開発プラットフォーム

Windows XP Home Edition, Windows XP Professional, Windows Server 2003 、Windows Server 2008、および Windows 2000

ターゲット プラットフォーム

参照

リファレンス

AuthenticationServiceAttribute のメンバー
System.ServiceModel.DomainServices.Server.ApplicationServices 名前空間