共用方式為


ISecret 介面

定義

表示秘密值。

public interface class ISecret : IDisposable
public interface ISecret : IDisposable
type ISecret = interface
    interface IDisposable
Public Interface ISecret
Implements IDisposable
衍生
實作

屬性

Length

秘密值的位元組 (長度) 。

方法

WriteSecretIntoBuffer(ArraySegment<Byte>)

將秘密值寫入指定的緩衝區。

適用於