다음을 통해 공유


SystemIdentificationInfo.Source 속성

정의

고유 ID를 생성한 원본(UEFI(Unified Extensible Firmware Interface) 또는 TPM(신뢰할 수 있는 플랫폼 모듈)을 가져옵니다.

public:
 property SystemIdentificationSource Source { SystemIdentificationSource get(); };
SystemIdentificationSource Source();
public SystemIdentificationSource Source { get; }
var systemIdentificationSource = systemIdentificationInfo.source;
Public ReadOnly Property Source As SystemIdentificationSource

속성 값

고유 ID를 생성한 원본입니다.

적용 대상