다음을 통해 공유


AuthenticationServiceAttribute 클래스

도메인 서비스를 인증 서비스로 지정합니다.

네임스페이스: System.ServiceModel.DomainServices.Server.ApplicationServices
어셈블리: system.servicemodel.domainservices.server.dll의 System.ServiceModel.DomainServices.Server

사용법

‘사용 방법
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 네임스페이스