NullRedactor.Redact Metoda
Definicja
Ważne
Niektóre informacje odnoszą się do produktu w wersji wstępnej, który może zostać znacząco zmodyfikowany przed wydaniem. Firma Microsoft nie udziela żadnych gwarancji, jawnych lub domniemanych, w odniesieniu do informacji podanych w tym miejscu.
Przeciążenia
| Redact(String) |
Redacts potencjalnie poufne dane. |
| Redact(ReadOnlySpan<Char>, Span<Char>) |
Redacts potencjalnie poufne dane. |
Redact(String)
- Źródło:
- NullRedactor.cs
Redacts potencjalnie poufne dane.
public:
override System::String ^ Redact(System::String ^ source);
public override string Redact(string? source);
override this.Redact : string -> string
Public Overrides Function Redact (source As String) As String
Parametry
- source
- String
Wartość do zredagowania.
Zwraca
Wartość zredagowana.
Dotyczy
Redact(ReadOnlySpan<Char>, Span<Char>)
- Źródło:
- NullRedactor.cs
Redacts potencjalnie poufne dane.
public:
override int Redact(ReadOnlySpan<char> source, Span<char> destination);
public override int Redact(ReadOnlySpan<char> source, Span<char> destination);
override this.Redact : ReadOnlySpan<char> * Span<char> -> int
Public Overrides Function Redact (source As ReadOnlySpan(Of Char), destination As Span(Of Char)) As Integer
Parametry
- source
- ReadOnlySpan<Char>
Wartość do zredagowania.
Zwraca
Liczba znaków generowanych podczas redagowania danych wejściowych danego źródła.