C# 클래스 Microsoft.AspNetCore.Authentication.ActiveDirectory.SecurityInteger

파일 보기 프로젝트 열기: OneBitSoftware/Microsoft.AspNetCore.Authentication.ActiveDirectory 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
HighPart int
LowPart uint

공개 메소드들

메소드 설명
SecurityInteger ( int dummy ) : System

메소드 상세

SecurityInteger() 공개 메소드

public SecurityInteger ( int dummy ) : System
dummy int
리턴 System

프로퍼티 상세

HighPart 공개적으로 프로퍼티

public int HighPart
리턴 int

LowPart 공개적으로 프로퍼티

public uint LowPart
리턴 uint