2 writes to SecretValue
System.Security.Cryptography.Pkcs (2)
System\Security\Cryptography\Pkcs\Asn1\SecretBagAsn.xml.cs (1)
98
decoded.
SecretValue
= rebindSpan.Overlaps(tmpSpan, out offset) ? rebind.Slice(offset, tmpSpan.Length) : tmpSpan.ToArray();
System\Security\Cryptography\Pkcs\Pkcs12SecretBag.cs (1)
51
SecretValue
= secretValue,
2 references to SecretValue
System.Security.Cryptography.Pkcs (2)
System\Security\Cryptography\Pkcs\Asn1\SecretBagAsn.xml.cs (1)
37
writer.WriteEncodedValue(
SecretValue
.Span);
System\Security\Cryptography\Pkcs\Pkcs12SecretBag.cs (1)
16
public ReadOnlyMemory<byte> SecretValue => _decoded.
SecretValue
;