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