AllJoynCredentials.Certificate 속성
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
중요
Windows.Devices.AllJoyn 네임스페이스의 형식은 더 이상 사용되지 않으며 이후 버전의 Windows에서는 사용할 수 없습니다. AllSeen Alliance가 후원하는 AllJoyn은 조명 켜기 및 끄기, 온도 읽기와 같은 IoT(사물 인터넷) 시나리오에 대한 오픈 소스 검색 및 통신 프로토콜입니다. IoTivity Lite 및 IoTivity와 같은 대안은 iotivity.org 웹 사이트를 참조하세요.
Rsa 및 EcdheEcdsa 인증 메커니즘에 사용되는 암호화 인증서입니다.
public:
property Certificate ^ Certificate { Certificate ^ get(); void set(Certificate ^ value); };
Certificate Certificate();
void Certificate(Certificate value);
/// [get: Windows.Foundation.Metadata.Deprecated("AllJoynCredentials has been deprecated. For more info, see MSDN.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 786432, "Windows.Foundation.UniversalApiContract")]
/// [set: Windows.Foundation.Metadata.Deprecated("AllJoynCredentials has been deprecated. For more info, see MSDN.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 786432, "Windows.Foundation.UniversalApiContract")]
Certificate Certificate();
void Certificate(Certificate value);
public Certificate Certificate { get; set; }
public Certificate Certificate { [Windows.Foundation.Metadata.Deprecated("AllJoynCredentials has been deprecated. For more info, see MSDN.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 786432, "Windows.Foundation.UniversalApiContract")] get; [Windows.Foundation.Metadata.Deprecated("AllJoynCredentials has been deprecated. For more info, see MSDN.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 786432, "Windows.Foundation.UniversalApiContract")] set; }
var certificate = allJoynCredentials.certificate;
allJoynCredentials.certificate = certificate;
Public Property Certificate As Certificate
속성 값
암호화 인증서입니다.
- 특성
Windows 요구 사항
앱 기능 |
allJoyn
|