C# 클래스 Owin.Scim.Model.AuthenticationScheme

상속: MultiValuedAttribute
파일 보기 프로젝트 열기: PowerDMS/Owin.Scim

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
AuthenticationScheme ( string type, string name, string description, Uri specUri = null, Uri documentationUri = null, bool isPrimary = false ) : System
ShouldSerializeDisplay ( ) : bool
ShouldSerializeRef ( ) : bool
ShouldSerializeValue ( ) : bool

보호된 메소드들

메소드 설명
CalculateVersion ( ) : int

메소드 상세

AuthenticationScheme() 공개 메소드

public AuthenticationScheme ( string type, string name, string description, Uri specUri = null, Uri documentationUri = null, bool isPrimary = false ) : System
type string
name string
description string
specUri System.Uri
documentationUri System.Uri
isPrimary bool
리턴 System

CalculateVersion() 보호된 메소드

protected CalculateVersion ( ) : int
리턴 int

ShouldSerializeDisplay() 공개 메소드

public ShouldSerializeDisplay ( ) : bool
리턴 bool

ShouldSerializeRef() 공개 메소드

public ShouldSerializeRef ( ) : bool
리턴 bool

ShouldSerializeValue() 공개 메소드

public ShouldSerializeValue ( ) : bool
리턴 bool