CodeTransparencyClient
UnknownIssuerPrefix
CodeTransparencyClient()
CodeTransparencyClient(Uri, AzureKeyCredential)
CodeTransparencyClient(Uri, CodeTransparencyClientOptions)
CodeTransparencyClient(Uri, AzureKeyCredential, CodeTransparencyClientOptions)
Pipeline
CreateEntry(WaitUntil, BinaryData, CancellationToken)
CreateEntryAsync(WaitUntil, BinaryData, CancellationToken)
GetEntry(String, CancellationToken)
GetEntry(String, RequestContext)
GetEntryAsync(String, CancellationToken)
GetEntryAsync(String, RequestContext)
GetEntryStatement(String, CancellationToken)
GetEntryStatement(String, RequestContext)
GetEntryStatementAsync(String, CancellationToken)
GetEntryStatementAsync(String, RequestContext)
GetOperation(String, CancellationToken)
GetOperation(String, RequestContext)
GetOperationAsync(String, CancellationToken)
GetOperationAsync(String, RequestContext)
GetPublicKeys(CancellationToken)
GetPublicKeys(RequestContext)
GetPublicKeysAsync(CancellationToken)
GetPublicKeysAsync(RequestContext)
GetTransparencyConfigCbor(CancellationToken)
GetTransparencyConfigCbor(RequestContext)
GetTransparencyConfigCborAsync(CancellationToken)
GetTransparencyConfigCborAsync(RequestContext)
RunTransparentStatementVerification(Byte[])
RunTransparentStatementVerification(Byte[], Byte[])
VerifyTransparentStatement(Byte[], CodeTransparencyVerificationOptions, CodeTransparencyClientOptions)
net10.0
namespace Azure.Security.CodeTransparency
{
public class CodeTransparencyClient
{
[Obsolete("Use the static VerifyTransparentStatement method with options instead.")]
public virtual void RunTransparentStatementVerification(byte[] transparentStatementCoseSign1Bytes);
}
}
| .NET | 8.09.010.0 |
|---|---|
Information specific to net10.0 | |
| Assembly | Azure.Security.CodeTransparency , Version=1.0.0.0, PublicKeyToken=92742159e12e44c8 |
| Referencing | Your project needs a package reference to |
| Package | Azure.Security.CodeTransparency (1.0.0-beta.6) net10.0 |
| Obsolete | Use the static VerifyTransparentStatement method with options instead. |
| Preview | This API is contained in a prerelease package. |
| Platform Restrictions | This API is supported on all platforms. |
- Built-in API
- Package-provided API