14 references to GetKeyType
System.Security.Cryptography.Cose (14)
System\Security\Cryptography\Cose\CoseSign1Message.cs (6)
406
return VerifyCore(key, _content, null, associatedData, CoseHelpers.
GetKeyType
(key));
448
return VerifyCore(key, _content, null, associatedData, CoseHelpers.
GetKeyType
(key));
496
return VerifyCore(key, detachedContent, null, associatedData, CoseHelpers.
GetKeyType
(key));
540
return VerifyCore(key, detachedContent, null, associatedData, CoseHelpers.
GetKeyType
(key));
606
return VerifyCore(key, default, detachedContent, associatedData, CoseHelpers.
GetKeyType
(key));
707
return VerifyAsyncCore(key, detachedContent, associatedData, CoseHelpers.
GetKeyType
(key), cancellationToken);
System\Security\Cryptography\Cose\CoseSignature.cs (6)
112
return VerifyCore(key, Message.Content.Value.Span, null, associatedData, CoseHelpers.
GetKeyType
(key));
155
return VerifyCore(key, Message.Content.Value.Span, null, associatedData, CoseHelpers.
GetKeyType
(key));
204
return VerifyCore(key, detachedContent, null, associatedData, CoseHelpers.
GetKeyType
(key));
248
return VerifyCore(key, detachedContent, null, associatedData, CoseHelpers.
GetKeyType
(key));
315
return VerifyCore(key, default, detachedContent, associatedData, CoseHelpers.
GetKeyType
(key));
382
return VerifyAsyncCore(key, detachedContent, associatedData, CoseHelpers.
GetKeyType
(key), cancellationToken);
System\Security\Cryptography\Cose\CoseSigner.cs (2)
78
_keyType = CoseHelpers.
GetKeyType
(key);
118
_keyType = CoseHelpers.
GetKeyType
(key);