INDTransmitterProperties.ModelDigest 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
從傳輸器憑證取得模型摘要。
public:
property Platform::Array <byte> ^ ModelDigest { Platform::Array <byte> ^ get(); };
winrt::array_view <byte> ModelDigest();
/// [get: Windows.Foundation.Metadata.Deprecated("INDTransmitterProperties is deprecated and might not work on all platforms. For more info, see MSDN.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 196608, "Windows.Foundation.UniversalApiContract")]
winrt::array_view <byte> ModelDigest();
public byte[] ModelDigest { get; }
public byte[] ModelDigest { [Windows.Foundation.Metadata.Deprecated("INDTransmitterProperties is deprecated and might not work on all platforms. For more info, see MSDN.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 196608, "Windows.Foundation.UniversalApiContract")] get; }
var byte[] = iNDTransmitterProperties.modelDigest;
Public ReadOnly Property ModelDigest As Byte()
屬性值
Byte[]
byte[]
模型摘要。
- 屬性