HmacRedactor.GetRedactedLength(ReadOnlySpan<Char>) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得藉由修訂輸入所產生的字元數。
public:
override int GetRedactedLength(ReadOnlySpan<char> input);
public override int GetRedactedLength (ReadOnlySpan<char> input);
override this.GetRedactedLength : ReadOnlySpan<char> -> int
Public Overrides Function GetRedactedLength (input As ReadOnlySpan(Of Char)) As Integer
參數
- input
- ReadOnlySpan<Char>
要修訂的值。
傳回
藉由修訂輸入所產生的字元數。