<PackageReference Include="System.ServiceModel.Primitives" Version="8.0.0" />

System.ServiceModel.Security.BinarySecretKeyIdentifierClause

namespace System.ServiceModel.Security { public class BinarySecretKeyIdentifierClause : BinaryKeyIdentifierClause { public BinarySecretKeyIdentifierClause(byte[] key); public BinarySecretKeyIdentifierClause(byte[] key, bool cloneBuffer); public BinarySecretKeyIdentifierClause(byte[] key, bool cloneBuffer, byte[] derivationNonce, int derivationLength); public byte[] GetKeyBytes(); } }